From acd8221bf8b79a37d77a81313da63fa0bd9274b5 Mon Sep 17 00:00:00 2001 From: triangle drawer <48007646+t18b219k@users.noreply.github.com> Date: Tue, 6 Dec 2022 17:59:21 +0900 Subject: [PATCH] workflow fix --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 229f2bf..d8c1516 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Pack iced_text_input_sample .deb package run: cargo deb --no-build --profile release --package iced_text_input_sample - name: prepare for pickup package - run: mv target/debian/*.deb target/debian/sample_ubuntu2204_amd64.deb + run: mv target/debian/*.deb target/debian/sample_amd64.deb - name: prepare for pickup package run: mv target/release/iced_text_input_sample target/release/sample_linux_amd64 - name: Archive iced_text_input_sample binary @@ -35,7 +35,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: sample-ubuntu2204-x64 - path: target/deb/sample_ubuntu_2204_amd64.deb + path: target/debian/sample_amd64.deb build_windows: runs-on: windows-latest @@ -125,7 +125,7 @@ jobs: files: | sample_macos sample.exe - sample_ubuntu_2204_amd64.deb + sample_amd64.deb sample_linux_amd64 - name: print uploaded files run: echo '${{steps.release_binary.outputs.asset}}'