Skip to content

Commit 252f463

Browse files
authored
Trying to set permissions to write, release artefact was not published
1 parent 271e829 commit 252f463

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cmake-single-platform.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
types: [published]
1212

1313
permissions:
14-
contents: read
14+
contents: write
1515

1616
env:
1717
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
@@ -59,8 +59,6 @@ jobs:
5959
needs: build
6060
if: github.event_name == 'release'
6161
runs-on: windows-latest
62-
permissions:
63-
contents: write
6462
steps:
6563
- uses: actions/checkout@v4
6664
- name: Upload Release Asset

0 commit comments

Comments
 (0)