Skip to content

Commit

Permalink
fix: windows ps build
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Apr 26, 2024
1 parent d6f1199 commit 755c085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Build release
run: |
pwsh ./build/build-host-release.ps1 winservice local-tun
pwsh ./build/build-host-release.ps1 "winservice local-tun"
- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Build release
run: |
pwsh ./build/build-host-release.ps1 winservice local-tun
pwsh ./build/build-host-release.ps1 "winservice local-tun"
- name: Upload Github Assets
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 755c085

Please sign in to comment.