Skip to content

Commit

Permalink
Add Radxa Zero assets
Browse files Browse the repository at this point in the history
  • Loading branch information
extrowerk committed May 27, 2024
1 parent b813ba3 commit 369b9b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,12 @@ jobs:
asset_path: ./ROC-RK3568-PC_EFI.img.gz
asset_name: ROC-RK3568-PC_EFI.img.gz
asset_content_type: application/gzip
- name: upload ZERO-3W_EFI artifact
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./ZERO-3W_EFI.img.gz
asset_name: ZERO-3W_EFI.img.gz
asset_content_type: application/gzip

0 comments on commit 369b9b6

Please sign in to comment.