Skip to content

Commit c9688f1

Browse files
committed
afea #5
1 parent ea8c6d5 commit c9688f1

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 --input publish --output GateSwitchWay-$version.exe
37+
dotnet-warp publish --output GateSwitchWay-$version.exe
3838
shell: pwsh
3939
env:
4040
DOTNET_ROOT: C:\Program Files\dotnet

0 commit comments

Comments
 (0)