Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #180 from fbelavenuto/checksum-yet
Browse files Browse the repository at this point in the history
Checksum yet
  • Loading branch information
fbelavenuto authored Sep 19, 2022
2 parents 67f1ee8 + e097941 commit 8fe3c41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ jobs:
zip -9 "arpl-${{ steps.build.outputs.VERSION }}.img.zip" arpl.img
zip -9 "arpl-${{ steps.build.outputs.VERSION }}.vmdk.zip" arpl*.vmdk
(cd .buildroot/output/images && sha256sum bzImage rootfs.cpio.xz) >> sha256sum
sha256sum "arpl-${{ steps.build.outputs.VERSION }}.img.zip" >> sha256sum
sha256sum "arpl-${{ steps.build.outputs.VERSION }}.vmdk.zip" >> sha256sum
# Upload artifact
- name: Upload
Expand All @@ -105,7 +103,6 @@ jobs:
path: |
arpl.img
arpl*.vmdk
sha256sum
retention-days: 5

# Publish a release if is a tag
Expand Down

0 comments on commit 8fe3c41

Please sign in to comment.