diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 6cee9968803..1fef181148c 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -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" @@ -25,7 +25,7 @@ on: - 'src/**' - '**/CMakeLists.txt' - 'version.inc' - - ".github/workflows/build_*.yml" + - ".github/workflows/*.yml" workflow_dispatch: # allows for manual dispatch inputs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29a3bced0df..842fb1cb3a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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