File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33- Download ` tabletdrivercleanup.zip ` .
44- Extract the contents of the zip.
55- Run ` tabletdrivercleanup.exe ` as administrator.
6-
Original file line number Diff line number Diff line change 66 - " *"
77
88jobs :
9- build-win :
9+ build-win-and-release :
1010 runs-on : windows-latest
1111 permissions :
1212 contents : write
Original file line number Diff line number Diff line change 11name : Update Config Branch
22
33on :
4+ workflow_dispatch :
45 release :
56 types : [published]
67
1112 contents : write
1213 steps :
1314 - uses : actions/checkout@v6
14- - name : create pull request
15+ - name : Create pull request
1516 run : gh pr create --base v4.x --title "Bump v4.x branch on release publish" --fill
1617 env :
1718 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments