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 44915b8 commit f625f15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@ jobs:
}
- name: Build
working-directory: ${{github.workspace}}
shell: pwsh
run: |
./Publish.bat
& "${{github.workspace}}\Publish.bat"
- name: Build NuGet
if: contains(github.ref, 'tags/')
Expand Down

0 comments on commit f625f15

Please sign in to comment.