Skip to content

Commit

Permalink
- And don't forget to publish the arm64 :)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Nov 28, 2020
1 parent ed6bb41 commit 6cdacab
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,28 @@ jobs:



- name: Upload Release Asset linux-arm64
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./OpenDirectoryDownloader-linux-arm64.zip
asset_name: OpenDirectoryDownloader-linux-arm64.zip
asset_content_type: application/zip

- name: Upload Release Asset linux-arm64 (self-contained)
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./OpenDirectoryDownloader-linux-arm64-self-contained.zip
asset_name: OpenDirectoryDownloader-linux-arm64-self-contained.zip
asset_content_type: application/zip



- name: Upload Release Asset osx-x64
uses: actions/[email protected]
env:
Expand Down

0 comments on commit 6cdacab

Please sign in to comment.