Skip to content

Commit 84d73d1

Browse files
committed
Add permissions section to Windows build workflow for asset uploads
1 parent 50fbb3c commit 84d73d1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
name: Build Windows Executable
2+
13
on:
24
push:
35
tags:
46
- 'windows_v*'
57

8+
permissions:
9+
contents: write # required to upload release assets
10+
611
jobs:
712
build:
813
runs-on: windows-latest

0 commit comments

Comments
 (0)