Skip to content

Commit a709ae6

Browse files
committed
Fix publish command to use matrix context
1 parent 6f1df5e commit a709ae6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/.build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- name: Publish UnityDataTool (${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.environment }})
3030
run: >
3131
dotnet publish UnityDataTool
32-
-c Release
32+
-c ${{ matrix.environment }}
3333
-a ${{ matrix.arch }}
3434
-p:PublishSingleFile=true
3535
-p:UseAppHost=true
36-
-o publish/${{ matrix.arch }}
36+
-o publish/${{ matrix.os }}/${{ matrix.arch }}-${{ matrix.environment }}
3737
3838
- name: Upload artifact
3939
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)