use new paths from goreleaser (#1135)
* use new paths from goreleaser * fix path from new goreleaser paths * fix indent of .sh
This commit is contained in:
2
.github/actions/choco/entrypoint.sh
vendored
2
.github/actions/choco/entrypoint.sh
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user