Skip to content

Commit

Permalink
add sha256sum
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Jun 26, 2024
1 parent 0a0145f commit d84c20c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@ jobs:
done < <(yq '.replace | explode(.) | to_entries | map([.key])[] | .[]' update-list.yml)
zip -9j "updateall-${VERSION}.zip" sha256sum
# sha256sum
sha256sum "rr-${VERSION}.img.zip" >sha256sum
sha256sum "rr-${VERSION}.ova.zip" >>sha256sum
sha256sum "update-${VERSION}.zip" >>sha256sum
sha256sum "updateall-${VERSION}.zip" >>sha256sum
# Upload artifact
- name: Upload to Artifacts
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -262,6 +268,7 @@ jobs:
artifacts: |
rr/rr-*.zip
rr/updateall-*.zip
rr/sha256sum
body: |
- Editing ...
owner: RROrg
Expand Down

0 comments on commit d84c20c

Please sign in to comment.