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 c037753 commit 283a4deCopy full SHA for 283a4de
.github/workflows/workflows.yaml
@@ -87,8 +87,8 @@ jobs:
87
- name: Upload Unity DLLs as artifact
88
uses: actions/upload-artifact@v4
89
with:
90
- name: dlls-${{ matrix.define }}
91
- path: ./dlls/${{ matrix.define }}
+ name: dlls-${{ matrix.configuration }}-${{ matrix.define }}
+ path: ./dlls/${{ matrix.configuration }}-${{ matrix.define }}
92
93
# Packing nugets
94
pack:
0 commit comments