Skip to content

Commit 283a4de

Browse files
authored
Update workflows.yaml
Fixed error when uploading artifacts.
1 parent c037753 commit 283a4de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
- name: Upload Unity DLLs as artifact
8888
uses: actions/upload-artifact@v4
8989
with:
90-
name: dlls-${{ matrix.define }}
91-
path: ./dlls/${{ matrix.define }}
90+
name: dlls-${{ matrix.configuration }}-${{ matrix.define }}
91+
path: ./dlls/${{ matrix.configuration }}-${{ matrix.define }}
9292

9393
# Packing nugets
9494
pack:

0 commit comments

Comments
 (0)