Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Jan 13, 2024
1 parent 4c71840 commit 3bba4cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

- shell: bash
run: |-
mkdir dist
for file in autokuma autokuma.exe kuma kuma.exe; do
if [[ ! -e "target/release/$file" ]]; then
continue
Expand All @@ -48,8 +49,6 @@ jobs:
else
extension=""
fi
mkdir dist
mv "target/release/${filename}${extension}" "dist/${filename}-${{ matrix.os }}${extension}"
done
Expand Down

0 comments on commit 3bba4cf

Please sign in to comment.