1 parent 2359c36 commit bbb602bCopy full SHA for bbb602b
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -86,5 +86,5 @@ jobs:
86
- name: Upload build artifacts
87
uses: actions/upload-artifact@v3
88
with:
89
- name: Binary
+ name: ${{ env.Project_Name }}_${{ matrix.configuration}}.exe
90
path: ${{ env.Project_Name }}\bin\${{ matrix.configuration }}\${{ env.Target }}\${{ env.Project_Name }}.exe
0 commit comments