Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jun 12, 2024
1 parent 7a95ecf commit 0fffddf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,8 @@ jobs:
shell: bash
run: |
choco install checksum
pwd
export sui_sha=$(checksum -t sha256 ${{ env.TMP_BUILD_DIR }}/sui.exe)
mkdir target/release && cp ${{ env.TMP_BUILD_DIR }}/sui.exe target/release
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 0fffddf

Please sign in to comment.