Skip to content

Commit

Permalink
test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
oxygen-dioxide committed Oct 26, 2022
1 parent e6c75e8 commit 77087a1
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 @@ -30,7 +30,7 @@ jobs:
run: dotnet publish SingerUtils -c Release -r win-x64 --self-contained true -o bin/win-x64

- name: compress x86
run: 7z a SingerUtils-x64-${{ steps.versioning.outputs.tag }}.zip bin/win-x86/
run: 7z a SingerUtils-x86-${{ steps.versioning.outputs.tag }}.zip bin/win-x86/

- name: compress x64
run: 7z a SingerUtils-x64-${{ steps.versioning.outputs.tag }}.zip bin/win-x64/
Expand Down

0 comments on commit 77087a1

Please sign in to comment.