Skip to content

Commit 3bd3400

Browse files
Use act as bin name (#22)
1 parent 6e7e6ba commit 3bd3400

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/choco/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rm -f act-cli.*.nupkg
2424
mkdir -p tools
2525
cp LICENSE tools/LICENSE.txt
2626
cp VERIFICATION tools/VERIFICATION.txt
27-
cp dist/act-cli_windows_amd64_v1/act-cli.exe tools/
27+
cp dist/act-cli_windows_amd64*/act.exe tools/
2828
choco pack act-cli.nuspec --version ${VERSION}
2929
if [[ "$INPUT_PUSH" == "true" ]]; then
3030
choco push act-cli.${VERSION}.nupkg --api-key ${INPUT_APIKEY} -s https://push.chocolatey.org/ --timeout 180

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ builds:
2121
ignore:
2222
- goos: windows
2323
goarm: '6'
24+
binary: act
2425
checksum:
2526
name_template: 'checksums.txt'
2627
archives:

0 commit comments

Comments
 (0)