Use act as bin name (#22)

This commit is contained in:
ChristopherHX
2025-01-29 17:22:24 +01:00
committed by GitHub
parent 6e7e6baa8e
commit 3bd3400253
2 changed files with 2 additions and 1 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-cli_windows_amd64_v1/act-cli.exe tools/
cp dist/act-cli_windows_amd64*/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

View File

@@ -21,6 +21,7 @@ builds:
ignore:
- goos: windows
goarm: '6'
binary: act
checksum:
name_template: 'checksums.txt'
archives: