We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7e6ba commit 3bd3400Copy full SHA for 3bd3400
.github/actions/choco/entrypoint.sh
@@ -24,7 +24,7 @@ rm -f act-cli.*.nupkg
24
mkdir -p tools
25
cp LICENSE tools/LICENSE.txt
26
cp VERIFICATION tools/VERIFICATION.txt
27
-cp dist/act-cli_windows_amd64_v1/act-cli.exe tools/
+cp dist/act-cli_windows_amd64*/act.exe tools/
28
choco pack act-cli.nuspec --version ${VERSION}
29
if [[ "$INPUT_PUSH" == "true" ]]; then
30
choco push act-cli.${VERSION}.nupkg --api-key ${INPUT_APIKEY} -s https://push.chocolatey.org/ --timeout 180
.goreleaser.yml
@@ -21,6 +21,7 @@ builds:
21
ignore:
22
- goos: windows
23
goarm: '6'
+ binary: act
checksum:
name_template: 'checksums.txt'
archives:
0 commit comments