File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,18 +68,18 @@ jobs:
68
68
github_token : ${{ secrets.GITHUB_TOKEN }}
69
69
goos : ${{ matrix.goos }}
70
70
goarch : ${{ matrix.goarch }}
71
- goversion : " https://golang.org /dl/go1.20.1 .linux-amd64.tar.gz"
71
+ goversion : " https://go.dev /dl/go1.23.2 .linux-amd64.tar.gz"
72
72
ldflags : -X "github.com/qiniu/qshell/v2/iqshell/common/version.version=${{ env.APP_VERSION }}" -extldflags "-static"
73
73
project_path : " ./main"
74
74
retry : ' 100'
75
75
- name : Upload Release Asset to Qiniu
76
76
run : |
77
77
set -e
78
- cd ./main/build-artifacts-*
78
+ cd ./main/
79
79
FILENAME="qshell-${{ env.APP_VERSION }}-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz"
80
80
if [ "${{ matrix.goos }}" = "windows" ]; then
81
81
FILENAME="qshell-${{ env.APP_VERSION }}-${{ matrix.goos }}-${{ matrix.goarch }}.zip"
82
82
fi
83
- ../../ qshell rput --resumable-api-v2 --overwrite "$PUBLISH_BUCKET_NAME" "$FILENAME" "$FILENAME"
83
+ ../qshell rput --resumable-api-v2 --overwrite "$PUBLISH_BUCKET_NAME" "$FILENAME" "$FILENAME"
84
84
env :
85
85
PUBLISH_BUCKET_NAME : ${{ secrets.PUBLISH_BUCKET_NAME }}
You can’t perform that action at this time.
0 commit comments