Skip to content

Commit

Permalink
chore: fix archive path in checksum file
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Aug 28, 2024
1 parent b2b044b commit caf84da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
mkdir -p dist/build
cp chisel LICENSE README.md dist/build
find dist/build -printf "%P\n" | tar -czf dist/$ARCHIVE_FILE --no-recursion -C dist/build -T -
sha384sum "dist/${ARCHIVE_FILE}" > "dist/${ARCHIVE_FILE_CKSUM}"
cd dist/ && sha384sum "${ARCHIVE_FILE}" > "${ARCHIVE_FILE_CKSUM}" && cd -
# Share variables with subsequent steps
echo "ARCHIVE_FILE=${ARCHIVE_FILE}" >>$GITHUB_OUTPUT
Expand Down

0 comments on commit caf84da

Please sign in to comment.