use new paths from goreleaser (#1135)

* use new paths from goreleaser

* fix path from new goreleaser paths

* fix indent of .sh
这个提交包含在:
Casey Lee
2022-04-19 12:27:37 -07:00
提交者 GitHub
父节点 9a8a9aada2
当前提交 9021bc2fa8
共有 3 个文件被更改,包括 5 次插入5 次删除

查看文件

@@ -24,7 +24,7 @@ rm -f act-cli.*.nupkg
mkdir -p tools
cp LICENSE tools/LICENSE.txt
cp VERIFICATION tools/VERIFICATION.txt
cp dist/act_windows_amd64/act.exe tools/
cp dist/act_windows_amd64_v1/act.exe tools/
choco pack act-cli.nuspec --version ${VERSION}
if [[ "$INPUT_PUSH" == "true" ]]; then
choco push act-cli.${VERSION}.nupkg --api-key ${INPUT_APIKEY} -s https://push.chocolatey.org/ --timeout 180