make ci run in this fork (#9)

This commit is contained in:
ChristopherHX
2025-01-26 12:20:26 +01:00
committed by GitHub
parent 92b3ece22e
commit 3d684447a5
5 changed files with 30 additions and 19 deletions

View File

@@ -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_v1/act.exe tools/
cp dist/act-cli_windows_amd64_v1/act-cli.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