We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0283409 commit dcf7f50Copy full SHA for dcf7f50
.github/workflows/dotnet.yml
@@ -50,5 +50,4 @@ jobs:
50
prerelease: false
51
automatic_release_tag: ${{ steps.vars.outputs.version_tag }}
52
title: ${{ steps.vars.outputs.version_tag }}
53
- working-directory: src/WineBridge/bin/Release/net6.0/win-x86/publish
54
- files: WineBridge.exe
+ files: src/WineBridge/bin/Release/net6.0/win-x86/publish/WineBridge.exe
0 commit comments