Skip to content

Commit

Permalink
Add PINETAB2 artifact to release
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Payet <[email protected]>
  • Loading branch information
monwarez authored and jaredmcneill committed May 25, 2024
1 parent 6575ecb commit b813ba3
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 @@ -51,6 +51,15 @@ jobs:
asset_path: ./SOQUARTZ_EFI.img.gz
asset_name: SOQUARTZ_EFI.img.gz
asset_content_type: application/gzip
- name: upload PINETAB2_EFI artifact
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./PINETAB2_EFI.img.gz
asset_name: PINETAB2_EFI.img.gz
asset_content_type: application/gzip
- name: upload ROC-RK3566-PC_EFI artifact
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit b813ba3

Please sign in to comment.