Skip to content

Commit

Permalink
modify rr Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Jun 24, 2024
1 parent 3683003 commit 0a0145f
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions .github/workflows/rr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,40 @@ jobs:
- name: Upload to Artifacts
uses: actions/upload-artifact@v4
with:
name: rr-${{ env.TAGDATE }}
name: rr.img
path: |
rr/rr-*.img.zip
retention-days: 5

- name: Upload to Artifacts
uses: actions/upload-artifact@v4
with:
name: rr.ova
path: |
rr/rr-*.ova.zip
retention-days: 5

- name: Upload to Artifacts
uses: actions/upload-artifact@v4
with:
name: rr_1GB.img
path: |
rr/rr-*.zip
rr/rr_1GB-*.zip
retention-days: 5

- name: Upload to Artifacts
uses: actions/upload-artifact@v4
with:
name: update
path: |
rr/update-*.zip
retention-days: 5

- name: Upload to Artifacts
uses: actions/upload-artifact@v4
with:
name: updateall
path: |
rr/updateall-*.zip
retention-days: 5

Expand Down

0 comments on commit 0a0145f

Please sign in to comment.