File tree 1 file changed +11
-8
lines changed
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,18 @@ jobs:
39
39
id : version
40
40
run : echo "::set-output name=version::$(jq -r .version package.json)"
41
41
42
- - name : Download artifact
43
- uses : dawidd6/action-download-artifact@v2
44
- id : download
42
+ - name : Download release artifacts
43
+ uses : robinraju/release-downloader@v1.3
45
44
with :
46
- branch : v${{ steps.version.outputs.version }}
47
- workflow : ci.yaml
48
- workflow_conclusion : completed
49
- name : " release-packages"
50
- path : release-packages
45
+ repository : " coder/code-server"
46
+ latest : true
47
+ fileName : " *"
48
+ zipBall : true
49
+ out-file-path : " release-packages"
50
+ path : " release-packages"
51
+
52
+ - name : Unzip release artifacts
53
+ run : tar -xzf release-packages
51
54
52
55
- name : Run ./ci/steps/docker-buildx-push.sh
53
56
run : ./ci/steps/docker-buildx-push.sh
You can’t perform that action at this time.
0 commit comments