Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KentaTheBugMaker committed Dec 6, 2022
1 parent 2ff2a41 commit acd8221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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}}'

0 comments on commit acd8221

Please sign in to comment.