Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Aug 14, 2024
1 parent 15ad14d commit cb1bba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
shell: bash
run: |
choco install checksum
export sui_sha=$(checksum -t sha256 ${{ env.TMP_BUILD_DIR }}\sui.exe)
export sui_sha=$(checksum -t sha256 ${{ env.TMP_BUILD_DIR }}/sui.exe)
echo ${sui_sha}
pwd
cd chocolatey
Expand Down
2 changes: 1 addition & 1 deletion chocolatey/sui.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
<releaseNotes>https://github.com/MystenLabs/sui/releases/tag/mainnet-v$version$</releaseNotes>
</metadata>
<files>
<file src="./tmp/release/sui.exe" target="bin/sui.exe" />
<file src="../tmp/release/sui.exe" target="bin/sui.exe" />
<file src="../LICENSE" target="bin/LICENSE.txt" />
<file src="./VERIFICATION.txt" target="bin/VERIFICATION.txt" />
</files>
Expand Down

0 comments on commit cb1bba0

Please sign in to comment.