Skip to content

Commit

Permalink
fix upload headless
Browse files Browse the repository at this point in the history
  • Loading branch information
Uriopass committed Apr 3, 2021
1 parent a9d816f commit e253763
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
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: ./artifacts/egregoria-macos-latest-headless.zip
asset_name: macos.zip
asset_name: macos-headless.zip
asset_content_type: application/zip

- name: Upload Headless Release Asset Linux
Expand All @@ -189,7 +189,7 @@ jobs:
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: ./artifacts/egregoria-ubuntu-latest-headless.zip
asset_name: linux.zip
asset_name: linux-headless.zip
asset_content_type: application/zip

- name: Upload Headless Release Asset Windows
Expand All @@ -200,5 +200,5 @@ jobs:
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: ./artifacts/egregoria-windows-latest-headless.zip
asset_name: windows.zip
asset_name: windows-headless.zip
asset_content_type: application/zip

0 comments on commit e253763

Please sign in to comment.