Skip to content

Commit 5ececa9

Browse files
committed
Fix deduplicate iOS device vs simulator artifact names
1 parent 8c9a07d commit 5ececa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Upload artifact
4343
uses: actions/upload-artifact@v4
4444
with:
45-
name: ${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.target }}
45+
name: ${{ matrix.platform }}-simulator=${{ matrix.simulator }}-${{ matrix.arch }}-${{ matrix.target }}
4646
path: |
4747
addons/objc-gdextension/build/libobjcgdextension.*
4848

0 commit comments

Comments
 (0)