add github actions for windows patches on new release

This commit is contained in:
reloxx13
2023-07-18 23:42:07 +02:00
parent 5b53041440
commit 54d7336774
2 changed files with 119 additions and 0 deletions

15
.github/workflows/README.md vendored Normal file
View File

@@ -0,0 +1,15 @@
# GitHub Actions usage
To create patches to a new driver version simply create a new release with the following name schema:
- For DCH: `win-dch-536.67`
- For Studio: `win-studio-536.67`
- If you need to rerun append `-{try}` e.g. `win-dch-536.67-2`
Tagname same as release name.
If the patch file exist for a version, they will get deleted and recreated.
The patches will be added as asset to the release.
> Currently only for windows10 patches