mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2025-01-29 15:43:34 -05:00
github action: check checksum before uploading
This commit is contained in:
parent
ba6629f4ca
commit
9239aa5277
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -23,6 +23,8 @@ jobs:
|
||||
|
||||
- run: ./build-with-docker.sh
|
||||
|
||||
- run: sh -exc 'if [ $(sha256sum dist/qubes-firewall.xen | cut -d " " -f 1) = $(grep "SHA2 last known" build-with-docker.sh | rev | cut -d ":" -f 1 | rev | cut -d "\"" -f 1 | tr -d " ") ]; then echo "SHA256 MATCHES"; else exit 42; fi'
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user