Skip to content

Commit

Permalink
ci(release): attach only cerbero binary to the release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccs committed Apr 18, 2024
1 parent 0b00914 commit 60dd509
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Download frontend build artifact
uses: dawidd6/action-download-artifact@v3
with:
workflow: web-frontend-build.yml
workflow_conclusion: success
name: cerbero-frontend
path: web/frontend/dist/

- name: Download backend build artifact
uses: dawidd6/action-download-artifact@v3
with:
workflow: web-backend-build.yml
workflow_conclusion: success
name: cerbero-backend
path: web/backend/dist/

- name: Download firewall build artifact
uses: dawidd6/action-download-artifact@v3
with:
Expand All @@ -42,8 +26,6 @@ jobs:
gh release create \
$(git describe --tags --abbrev=0) -t $(git describe --tags --abbrev=0) \
--target main --generate-notes \
web/frontend/dist/ \
web/backend/dist/ \
firewall/cerbero
env:
GITHUB_TOKEN: ${{ secrets.CUSTOM_TOKEN }} # A custom token is needed to chain workflows after this one (e.g. docker builds)
Expand Down

0 comments on commit 60dd509

Please sign in to comment.