We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9688f1 commit 7b4c3bcCopy full SHA for 7b4c3bc
1 file changed
.github/workflows/publush.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Get version and build executable
35
run: |
36
$version = $(git describe --tags --abbrev=0) -or "0.0.0"
37
- dotnet-warp publish --output GateSwitchWay-$version.exe
+ dotnet-warp GateSwitchWay.csproj --output GateSwitchWay-$version.exe
38
shell: pwsh
39
env:
40
DOTNET_ROOT: C:\Program Files\dotnet
0 commit comments