Skip to content

Commit ee00a1d

Browse files
committed
ci(zip): add goarch input param
1 parent 7b4e1f7 commit ee00a1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/zip/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ description: "Compress built files"
33
inputs:
44
goos:
55
description: "Target OS"
6+
goarch:
7+
description: "Target architecture"
68
runs:
79
using: composite
810
steps:

0 commit comments

Comments
 (0)