Skip to content

Commit

Permalink
Include darwin/arm64 in release assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenboesmans committed Feb 17, 2021
1 parent 068f76b commit 9577b24
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ jobs:
asset_path: gedcom-parser.windows.amd64.7z
asset_name: gedcom-parser.windows.amd64.7z
asset_content_type: application/x-7z-compressed
- name: Upload Release Asset 4
id: upload-release-asset4
uses: actions/upload-release-asset@v1
env:
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: gedcom-parser.darwin.arm64.7z
asset_name: gedcom-parser.darwin.arm64.7z
asset_content_type: application/x-7z-compressed

# Publish Docker image to GitHub
- name: Determine variables for docker image
Expand Down

0 comments on commit 9577b24

Please sign in to comment.