We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1df5e commit a709ae6Copy full SHA for a709ae6
1 file changed
.github/workflows/.build.yml
@@ -29,11 +29,11 @@ jobs:
29
- name: Publish UnityDataTool (${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.environment }})
30
run: >
31
dotnet publish UnityDataTool
32
- -c Release
+ -c ${{ matrix.environment }}
33
-a ${{ matrix.arch }}
34
-p:PublishSingleFile=true
35
-p:UseAppHost=true
36
- -o publish/${{ matrix.arch }}
+ -o publish/${{ matrix.os }}/${{ matrix.arch }}-${{ matrix.environment }}
37
38
- name: Upload artifact
39
uses: actions/upload-artifact@v4
0 commit comments