We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9a07d commit 5ececa9Copy full SHA for 5ececa9
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Upload artifact
43
uses: actions/upload-artifact@v4
44
with:
45
- name: ${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.target }}
+ name: ${{ matrix.platform }}-simulator=${{ matrix.simulator }}-${{ matrix.arch }}-${{ matrix.target }}
46
path: |
47
addons/objc-gdextension/build/libobjcgdextension.*
48
0 commit comments