Skip to content

Commit

Permalink
FIX: Download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Sep 16, 2024
1 parent 8041ea6 commit e842397
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Download artifacts
uses: actions/download-artifact@v4
with:
pattern: PrusaSlicer-*BOSS*
merge-multiple: true

- run: ls -la PrusaSlicer-*

- uses: ncipollo/release-action@v1
with:
artifacts: "PrusaSlicer-*BOSS*"
Expand Down Expand Up @@ -132,6 +140,13 @@ jobs:
ver_pure=$(grep 'set(SLIC3R_VERSION' version.inc | cut -d '"' -f2)
echo "ver_pure=$ver_pure" >> $GITHUB_ENV
- name: Download artifacts
uses: actions/download-artifact@v4
with:
pattern: PrusaSlicer-*BOSS*
merge-multiple: true


- uses: ncipollo/release-action@v1
with:
artifacts: "PrusaSlicer-*BOSS+win64*,PrusaSlicer-*BOSS+MacOS-universal*,PrusaSlicer-*+BOSS+Linux*AppImage*"
Expand Down

0 comments on commit e842397

Please sign in to comment.