Skip to content

Commit 7b4c3bc

Browse files
committed
afea #6
1 parent c9688f1 commit 7b4c3bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Get version and build executable
3535
run: |
3636
$version = $(git describe --tags --abbrev=0) -or "0.0.0"
37-
dotnet-warp publish --output GateSwitchWay-$version.exe
37+
dotnet-warp GateSwitchWay.csproj --output GateSwitchWay-$version.exe
3838
shell: pwsh
3939
env:
4040
DOTNET_ROOT: C:\Program Files\dotnet

0 commit comments

Comments
 (0)