From 3bd3400253b51b5aff252f8af39175a30098fdaa Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Wed, 29 Jan 2025 17:22:24 +0100 Subject: [PATCH] Use act as bin name (#22) --- .github/actions/choco/entrypoint.sh | 2 +- .goreleaser.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/choco/entrypoint.sh b/.github/actions/choco/entrypoint.sh index 2ee9e00b..1ba3d7df 100755 --- a/.github/actions/choco/entrypoint.sh +++ b/.github/actions/choco/entrypoint.sh @@ -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 diff --git a/.goreleaser.yml b/.goreleaser.yml index 9591e8ad..4ef38827 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -21,6 +21,7 @@ builds: ignore: - goos: windows goarm: '6' + binary: act checksum: name_template: 'checksums.txt' archives: