Skip to content

Commit

Permalink
Fix the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Nov 6, 2024
1 parent effcd0f commit 1aa7530
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
pattern: build-artifact-*
pattern: build-artifacts-*
path: artifacts
merge-multiple: true

Expand Down Expand Up @@ -523,7 +523,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
pattern: build-artifact-linux-*
pattern: build-artifacts-linux-*
path: artifacts
merge-multiple: true

Expand Down Expand Up @@ -737,7 +737,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
pattern: build-artifact-windows-msi-*
pattern: build-artifacts-windows-msi-*
path: artifacts
merge-multiple: true

Expand Down

0 comments on commit 1aa7530

Please sign in to comment.