Skip to content

Commit

Permalink
Fix release CI issue (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets authored Aug 30, 2022
1 parent 45b6a92 commit 9064cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,13 @@ jobs:
- uses: actions/download-artifact@v3
with:
path: /tmp/artifacts
- name: Create mirrord linux zip file
- uses: montudor/action-zip@v1
- name: Create mirrord linux zip file
run: |
zip mirrord_linux_x86_64.zip mirrord
shasum -a 256 mirrord_linux_x86_64.zip > mirrord_linux_x86_64.shasum256
working-directory: /tmp/artifacts/x86_64-unknown-linux-gnu
- name: Create mirrord macos zip file
- name: Create mirrord macos zip file
run: |
zip mirrord_mac_universal.zip mirrord
shasum -a 256 mirrord_mac_universal.zip > mirrord_mac_universal.shasum256
Expand Down

0 comments on commit 9064cc5

Please sign in to comment.