Skip to content

Commit

Permalink
Download rpm artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Feb 8, 2024
1 parent 5d59312 commit 72a1ca8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,22 @@ jobs:
TAG="${{ github.event.inputs.version || github.ref_name }}"
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
- name: Download release artifacts
- name: Download deb artifacts
uses: robinraju/release-downloader@v1.9
with:
repository: "coder/code-server"
tag: v${{ env.VERSION }}
fileName: "*.deb"
out-file-path: "release-packages"

- name: Download rpm artifacts
uses: robinraju/release-downloader@v1.9
with:
repository: "coder/code-server"
tag: v${{ env.VERSION }}
fileName: "*.rpm"
out-file-path: "release-packages"

- name: Publish to Docker
run: ./ci/steps/docker-buildx-push.sh
env:
Expand Down

0 comments on commit 72a1ca8

Please sign in to comment.