Skip to content

Commit

Permalink
CI for multiarch release
Browse files Browse the repository at this point in the history
  • Loading branch information
NT7S committed Sep 11, 2020
1 parent 2e38af6 commit dee1b61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ob2sync-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ 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: ./ob2sync-windows/
asset_path: ./ob2sync-windows/ob2sync-windows.zip
asset_name: ob2sync-windows.zip
asset_content_type: application/zip
- name: Upload Release Asset - Linux
Expand All @@ -123,7 +123,7 @@ 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: ./ob2sync-linux-x86/
asset_path: ./ob2sync-linux-x86/ob2sync-linux-x86.tar.gz
asset_name: ob2sync-linux-x86.tar.gz
asset_content_type: application/gzip
- name: Upload Release Asset - MacOS
Expand All @@ -133,6 +133,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: ./ob2sync-macos/
asset_path: ./ob2sync-macos/ob2sync-macos.tar.gz
asset_name: ob2sync-macos.tar.gz
asset_content_type: application/gzip

0 comments on commit dee1b61

Please sign in to comment.