From 82b147d235f924ec97e11193575e2741345441cd Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 9 Feb 2025 13:40:07 +0100 Subject: [PATCH] uniform artifact naming (#5592) --- .github/workflows/desktop-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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