Skip to content

Commit 6f51952

Browse files
authored
Update deploy.yml
1 parent 749f4a5 commit 6f51952

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Deploy
22
on:
33
push:
44
branches: [main]
5+
6+
permissions:
7+
contents: write
58

69
jobs:
710
build-linux:
@@ -42,7 +45,6 @@ jobs:
4245
path: lsolistgenerator*.deb
4346

4447
build-windows:
45-
needs: [build-linux]
4648
runs-on: windows-latest
4749
steps:
4850
- name: Checkout code

0 commit comments

Comments
 (0)