File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
35
35
- name : Package
36
36
if : github.event.ref == 'refs/heads/master'
37
37
run : |
38
- tar -zcf go-tpc_latest_linux_amd64.tar.gz -C dist/go-tpc_linux_amd64_v1 go-tpc
39
- tar -zcf go-tpc_latest_linux_arm64.tar.gz -C dist/go-tpc_linux_arm64 go-tpc
38
+ tar -zcf go-tpc_latest_linux_amd64.tar.gz -C dist/go-tpc_linux_amd64_v1 go-tpc
39
+ tar -zcf go-tpc_latest_linux_arm64.tar.gz -C dist/go-tpc_linux_arm64_v8.0 go-tpc
40
40
tar -zcf go-tpc_latest_darwin_amd64.tar.gz -C dist/go-tpc_darwin_amd64_v1 go-tpc
41
- tar -zcf go-tpc_latest_darwin_arm64.tar.gz -C dist/go-tpc_darwin_arm64 go-tpc
41
+ tar -zcf go-tpc_latest_darwin_arm64.tar.gz -C dist/go-tpc_darwin_arm64_v8.0 go-tpc
42
42
43
43
- name : Release latest build
44
44
uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- version=1.0.10
3
+ version=1.0.11
4
4
5
5
case $( uname -s) in
6
6
Linux|linux) os=linux ;;
You can’t perform that action at this time.
0 commit comments