Skip to content

Commit

Permalink
Merge pull request #133 from jackschedel/quickfix
Browse files Browse the repository at this point in the history
mac build filename
  • Loading branch information
jackschedel authored Nov 17, 2024
2 parents 8b32b90 + 14f127f commit f250677
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 f250677

Please sign in to comment.