Skip to content

Commit

Permalink
github(release): fix path for macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hoefer committed Dec 19, 2020
1 parent a3f1520 commit ac27324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./build/compose/binaries/main/dmg/ck3-workbench_0.0.1-1_amd64.dmg
asset_name: ck3-workbench_0.0.1-1_amd64.dmg
asset_path: ./build/compose/binaries/main/dmg/ck3-workbench-0.0.1.dmg
asset_name: ck3-workbench-0.0.1.dmg
asset_content_type: application/zip

0 comments on commit ac27324

Please sign in to comment.