Skip to content

Commit

Permalink
Trying programtically renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwarchol committed Jul 24, 2023
1 parent 28674c0 commit 683f9fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,12 @@ jobs:
if: startsWith(matrix.os,'mac')
shell: bash -l {0}
run: |
./package_mac.sh
./package_mac.sh Gater_Mac_${{github.event.client_payload.version}}
- 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 683f9fb

Please sign in to comment.