We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fbb3c commit 84d73d1Copy full SHA for 84d73d1
1 file changed
.github/workflows/build-windows.yml
@@ -1,8 +1,13 @@
1
+name: Build Windows Executable
2
+
3
on:
4
push:
5
tags:
6
- 'windows_v*'
7
8
+permissions:
9
+ contents: write # required to upload release assets
10
11
jobs:
12
build:
13
runs-on: windows-latest
0 commit comments