diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 6b09a3c3d..fbb882aa2 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -330,7 +330,7 @@ jobs: if: matrix.make_package uses: actions/upload-artifact@v4 with: - name: macOS${{matrix.target}}${{ matrix.soc == 'Intel' && '_Intel' || '' }}${{ matrix.type == 'Debug' && '_Debug' || '' }}-dmg + name: macOS${{matrix.target}}${{ matrix.soc == 'Intel' && '_Intel' || '' }}${{ matrix.type == 'Debug' && '_Debug' || '' }}-package path: ${{steps.build.outputs.path}} if-no-files-found: error