From 310d4436f401fb94cac243586f73de17c3133b13 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 11 Jan 2025 22:24:39 +0100 Subject: [PATCH] uniform artifact naming --- .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 4d8ed29f0..6355955ca 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