File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ main() {
12
12
13
13
download_artifact release-packages ./release-packages
14
14
local assets=(./release-packages/code-server* " $VERSION " * {.tar.gz,.deb,.rpm})
15
- for i in " ${! assets[@]} " ; do
16
- assets[$i ]=" --attach=${assets[$i]} "
17
- done
15
+
18
16
EDITOR=true gh release upload " v$VERSION " " ${assets[@]} "
19
17
}
20
18
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ arch() {
54
54
# https://developer.github.com/v3/actions/workflow-runs/#list-workflow-runs
55
55
get_artifacts_url () {
56
56
local artifacts_url
57
- local workflow_runs_url=" repos/:owner/:repo/actions/workflows/ci.yaml/runs?status=success& event=pull_request"
57
+ local workflow_runs_url=" repos/:owner/:repo/actions/workflows/ci.yaml/runs?event=pull_request"
58
58
# For releases, we look for run based on the branch name v$code_server_version
59
59
# example: v3.10.0
60
60
local version_branch=" v$VERSION "
You can’t perform that action at this time.
0 commit comments