Skip to content

Commit 9577b24

Browse files
Include darwin/arm64 in release assets.
1 parent 068f76b commit 9577b24

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@ jobs:
6767
asset_path: gedcom-parser.windows.amd64.7z
6868
asset_name: gedcom-parser.windows.amd64.7z
6969
asset_content_type: application/x-7z-compressed
70+
- name: Upload Release Asset 4
71+
id: upload-release-asset4
72+
uses: actions/upload-release-asset@v1
73+
env:
74+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75+
with:
76+
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
77+
asset_path: gedcom-parser.darwin.arm64.7z
78+
asset_name: gedcom-parser.darwin.arm64.7z
79+
asset_content_type: application/x-7z-compressed
7080

7181
# Publish Docker image to GitHub
7282
- name: Determine variables for docker image

0 commit comments

Comments
 (0)