File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -183,14 +183,22 @@ jobs:
183
183
TAG="${{ github.event.inputs.version || github.ref_name }}"
184
184
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
185
185
186
- - name : Download release artifacts
186
+ - name : Download deb artifacts
187
187
uses : robinraju/release-downloader@v1.9
188
188
with :
189
189
repository : " coder/code-server"
190
190
tag : v${{ env.VERSION }}
191
191
fileName : " *.deb"
192
192
out-file-path : " release-packages"
193
193
194
+ - name : Download rpm artifacts
195
+ uses : robinraju/release-downloader@v1.9
196
+ with :
197
+ repository : " coder/code-server"
198
+ tag : v${{ env.VERSION }}
199
+ fileName : " *.rpm"
200
+ out-file-path : " release-packages"
201
+
194
202
- name : Publish to Docker
195
203
run : ./ci/steps/docker-buildx-push.sh
196
204
env :
You can’t perform that action at this time.
0 commit comments