Skip to content

Commit

Permalink
fix - revert
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiltgen committed Jun 15, 2024
1 parent 1a01f3c commit c2bb0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "RELEASE_VERSION=$(echo ${GITHUB_REF_NAME} | cut -f1 -d-)" >> $GITHUB_ENV
- run: |
mkdir dist/
echo "hello world" > payload
echo "hello world" > dist/payload
- run: |
ls -lh dist/
(cd dist; sha256sum * > sha256sum.txt)
Expand Down

0 comments on commit c2bb0c9

Please sign in to comment.