Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Salvi committed Mar 8, 2024
1 parent e2e33c5 commit 5521b42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ jobs:
- name: MacOs binary rename
if: matrix.build.platform == 'darwin/universal'
run: |
mv build/bin/epos-data-portal-installer.app build/bin/epos-data-portal-installer-macos.app
mv build/bin/epos-data-portal-installer.pkg build/bin/epos-data-portal-installer-macos.pkg
mv build/bin/epos-data-portal-installer.app.zip build/bin/epos-data-portal-installer-macos.app.zip
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 5521b42

Please sign in to comment.