Skip to content

Commit

Permalink
Updating name of file
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwarchol committed Jul 24, 2023
1 parent f3758e2 commit 28674c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ jobs:
if: startsWith(matrix.os,'mac')
shell: bash -l {0}
run: |
./package_mac.sh Gater_Mac_${{github.event.client_payload.version}}
./package_mac.sh
- name: Rename Mac
if: startsWith(matrix.os,'mac')
shell: bash -l {0}
run: |
cd dist
mv minerva_analysis_mac Gater_Mac_${{github.event.client_payload.version}}
zip "Gater_Mac_${{github.event.client_payload.version}}.zip" "Gater_Mac_${{github.event.client_payload.version}}"
rm "Gater_Mac_${{github.event.client_payload.version}}"
- name: Release
Expand Down

0 comments on commit 28674c0

Please sign in to comment.