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

Commit

Permalink
Checksum yet
Browse files Browse the repository at this point in the history
  • Loading branch information
fbelavenuto committed Sep 19, 2022
1 parent 67f1ee8 commit e097941
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 e097941

Please sign in to comment.