Skip to content

Commit

Permalink
fix: ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jan 25, 2025
1 parent e32b99d commit b71e466
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,12 @@ jobs:
}
- name: Build
working-directory: ${{github.workspace}}
shell: cmd
shell: pwsh
run: |
Publish.bat
if %ERRORLEVEL% NEQ 0 exit /B %ERRORLEVEL%
.\Publish.bat
- name: Build NuGet
if: contains(github.ref, 'tags/')
working-directory: ${{github.workspace}}
shell: cmd
run: |
if "${{env.BuildVersion}}" NEQ "" (
Expand Down

0 comments on commit b71e466

Please sign in to comment.