Skip to content

Commit

Permalink
mac build filename
Browse files Browse the repository at this point in the history
  • Loading branch information
jackschedel committed Nov 17, 2024
1 parent 8079b53 commit bbb69d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./release-macOS/koala-client-${{env.PACKAGE_VERSION}}-mac-x64.dmg
asset_name: KoalaClient-${{env.PACKAGE_VERSION}}-mac-x64.dmg
asset_path: ./release-macOS/koala-client-${{env.PACKAGE_VERSION}}-mac-arm64.dmg
asset_name: KoalaClient-${{env.PACKAGE_VERSION}}-mac-arm64.dmg
asset_content_type: application

- name: Upload Release Asset - Windows
Expand Down

0 comments on commit bbb69d2

Please sign in to comment.