Skip to content

Commit 1c556fe

Browse files
committed
fix: add permissions for run nuke build
1 parent 5ee89d4 commit 1c556fe

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
4242
- name: Run Nuke CI
4343
run: |
44+
chmod +x ./build.sh
4445
./build.cmd CI
4546
env:
4647
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
4747
- name: Run Nuke Release
4848
run: |
49+
chmod +x ./build.sh
4950
./build.cmd Release \
5051
--git-tag "${{ steps.tag.outputs.tag_name }}" \
5152
--nuget-api-key "${{ secrets.NUGET_API_KEY }}"

0 commit comments

Comments
 (0)