Skip to content

Commit

Permalink
Apply github windows release action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamalwaysuncomfortable committed Mar 30, 2023
1 parent 6f51da9 commit dac46f7
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 @@ -174,7 +174,7 @@ jobs:

- name: Zip
run: |
Compress-Archive target/release/aleo.exe aleo-${{ steps.get_version.outputs.version }}-x86_64-pc-windows-msvc.zip
Compress-Archive target/release/aleo.exe aleo-${{ steps.get_version.outputs.version }}-x86_64-pc-windows-gnu.zip
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit dac46f7

Please sign in to comment.