Skip to content

Commit

Permalink
Updating path
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jun 12, 2024
1 parent 750cd0a commit 4054cad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ jobs:
choco install checksum
# export sui_sha=$(checksum -t sha256 ${{ env.TMP_BUILD_DIR }}/sui.exe)
checksum -t sha256 ${{ env.TMP_BUILD_DIR }}/sui.exe
mkdir -p ./target/release
cp ${{ env.TMP_BUILD_DIR }}/sui.exe ./target/release
cd chocolatey
cat <<EOF >>VERIFICATION.txt
Expand Down

0 comments on commit 4054cad

Please sign in to comment.