mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-22 06:45:03 +01:00
Use act as bin name (#22)
This commit is contained in:
2
.github/actions/choco/entrypoint.sh
vendored
2
.github/actions/choco/entrypoint.sh
vendored
@@ -24,7 +24,7 @@ rm -f act-cli.*.nupkg
|
|||||||
mkdir -p tools
|
mkdir -p tools
|
||||||
cp LICENSE tools/LICENSE.txt
|
cp LICENSE tools/LICENSE.txt
|
||||||
cp VERIFICATION tools/VERIFICATION.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}
|
choco pack act-cli.nuspec --version ${VERSION}
|
||||||
if [[ "$INPUT_PUSH" == "true" ]]; then
|
if [[ "$INPUT_PUSH" == "true" ]]; then
|
||||||
choco push act-cli.${VERSION}.nupkg --api-key ${INPUT_APIKEY} -s https://push.chocolatey.org/ --timeout 180
|
choco push act-cli.${VERSION}.nupkg --api-key ${INPUT_APIKEY} -s https://push.chocolatey.org/ --timeout 180
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ builds:
|
|||||||
ignore:
|
ignore:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
goarm: '6'
|
goarm: '6'
|
||||||
|
binary: act
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
archives:
|
archives:
|
||||||
|
|||||||
Reference in New Issue
Block a user