Skip to content

Commit

Permalink
fix nuspec path
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Aug 14, 2024
1 parent 75a1c79 commit 81513aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
File 'LICENSE.txt' is obtained from: https://github.com/MystenLabs/sui/blob/main/LICENSE
EOF
choco pack ./chocolatey --version ${{ env.sui_version }} configuration=release
choco pack ./chocolatey/sui.nuspec --version ${{ env.sui_version }} configuration=release
choco apikey --api-key ${{ secrets.CHOCO_API_KEY }} --source https://push.chocolatey.org/
choco push sui.${{ env.sui_version }}.nupkg --source https://push.chocolatey.org/
Expand Down

0 comments on commit 81513aa

Please sign in to comment.