Skip to content

Commit

Permalink
update release draft workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
csc530 authored and csc530 committed Aug 1, 2024
1 parent 4cd6af2 commit 10b6617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
else {
mv ./publish/Resumer ./publish/resumer
cd ./publish
zip -1g ../${{ matrix.os }}_resumer_${{ github.ref_name }}.zip ./publish/*
zip -1g ../${{ matrix.os }}_resumer_${{ github.ref_name }}.zip *
cd ..
}
Expand Down

0 comments on commit 10b6617

Please sign in to comment.