Skip to content

Commit

Permalink
release: distribute CHECKSUMS file
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Feb 18, 2021
1 parent c2b0064 commit 808420e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
sudo chown -Rf $(whoami) .cache
- run: |
(cd release-*; sha256sum *)
sudo mv release-* /tmp/artifact
sudo mv /tmp/artifact/crun-*-linux-amd64 /tmp/artifact/crun-linux-amd64
sudo mv /tmp/artifact/crun-*-linux-amd64-disable-systemd /tmp/artifact/crun-linux-amd64-disable-systemd
sudo mv /tmp/artifact/crun-*-linux-arm64 /tmp/artifact/crun-linux-arm64
sudo mv /tmp/artifact/crun-*-linux-arm64-disable-systemd /tmp/artifact/crun-linux-arm64-disable-systemd
sudo mv /tmp/artifact/*.tar.gz /tmp/artifact/crun.tar.gz
sudo mv /tmp/artifact/*.tar.xz /tmp/artifact/crun.tar.xz
(cd /tmp/artifact; sha256sum * | sudo tee CHECKSUMS)
- uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -65,3 +65,8 @@ jobs:
with:
name: crun.tar.xz
path: /tmp/artifact/crun.tar.xz

- uses: actions/upload-artifact@v2
with:
name: CHECKSUMS
path: /tmp/artifact/CHECKSUMS

0 comments on commit 808420e

Please sign in to comment.