Skip to content

Commit 363b40f

Browse files
committed
fix: run build for nuke
1 parent 143aa32 commit 363b40f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Run Nuke CI
4343
run: |
44-
nuke CI
44+
./build.cmd CI
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Run Nuke Release
4848
run: |
49-
nuke Release \
49+
./build.cmd Release \
5050
--git-tag "${{ steps.tag.outputs.tag_name }}" \
5151
--nuget-api-key "${{ secrets.NUGET_API_KEY }}"
5252
env:

0 commit comments

Comments
 (0)