Skip to content

Commit

Permalink
Merge pull request deislabs#115 from bacongobbler/fix-checksums
Browse files Browse the repository at this point in the history
fix: artifacts are unpacked in local directory
  • Loading branch information
bacongobbler authored Mar 30, 2022
2 parents 3623ff6 + d723555 commit 87a6b04
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,9 @@ jobs:
name: hippo

- name: generate checksums
run: |
cd hippo
sha256sum * > checksums-${{ env.RELEASE_VERSION }}.txt
run: sha256sum * > checksums-${{ env.RELEASE_VERSION }}.txt

- uses: actions/upload-artifact@v3
with:
name: hippo
path: hippo/checksums-${{ env.RELEASE_VERSION }}.txt
path: checksums-${{ env.RELEASE_VERSION }}.txt

0 comments on commit 87a6b04

Please sign in to comment.