Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
fix: merge multiple artifacts into same directory in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jun 26, 2024
1 parent 34c8fa9 commit 798a40a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
with:
pattern: albyhub-Server-Linux-*
path: artifacts
merge-multiple: true

- name: Download desktop archives
uses: actions/download-artifact@v4
with:
pattern: albyhub-Desktop-*
path: artifacts
merge-multiple: true

- name: Create release without tag
if: github.ref_type != 'tag'
Expand Down

0 comments on commit 798a40a

Please sign in to comment.