Skip to content

Commit 36d0ef4

Browse files
committed
Build: Add compiler to mac artifact name
currently both macos (clang_aot, macos-14, x64) macos (clang, macos-14, x64) try to use the same artifact name. this causes a failure. add the compiler type so they are distinct
1 parent 74712bb commit 36d0ef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,5 +263,5 @@ jobs:
263263
- name: Upload Mesen
264264
uses: actions/upload-artifact@v4
265265
with:
266-
name: Mesen (macOS - ${{ matrix.platform.os }} - ${{ matrix.compiler }})
266+
name: Mesen (macOS - ${{ matrix.platform.os }} - ${{ matrix.platform.arch }} - ${{ matrix.compiler }})
267267
path: bin/osx-${{ matrix.platform.arch }}/Release/Mesen.app.zip

0 commit comments

Comments
 (0)