Skip to content

Commit

Permalink
FIX: Download
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Sep 15, 2024
1 parent 4bb7e2f commit 33228cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '**/CMakeLists.txt'
- 'version.inc'
- 'resources/**'
- ".github/workflows/build_*.yml"
- ".github/workflows/*.yml"
- "build_release_linux.sh"
- "build_release_macos.sh"
- "build_win.bat"
Expand All @@ -25,7 +25,7 @@ on:
- 'src/**'
- '**/CMakeLists.txt'
- 'version.inc'
- ".github/workflows/build_*.yml"
- ".github/workflows/*.yml"

workflow_dispatch: # allows for manual dispatch
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: artifacts
pattern: PrusaSlicer-*-MacOS-*
pattern: PrusaSlicer-*MacOS-*
merge-multiple: true

- run: ls -R artifacts
Expand Down

0 comments on commit 33228cb

Please sign in to comment.