Skip to content

Commit a22ae88

Browse files
authored
bump to v1.0.11 (#189)
* bump to v1.0.11 * udpate goreleaser configs * Update release.yaml * update goreleaser configs
1 parent 46cd10e commit a22ae88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
- name: Package
3636
if: github.event.ref == 'refs/heads/master'
3737
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
4040
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
4242
4343
- name: Release latest build
4444
uses: softprops/action-gh-release@v1

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
version=1.0.10
3+
version=1.0.11
44

55
case $(uname -s) in
66
Linux|linux) os=linux ;;

0 commit comments

Comments
 (0)