Reworked CI/CD and splitted into assets and generate otr

This commit is contained in:
KiritoDv
2024-12-09 10:23:06 -06:00
parent c3a8223976
commit b6d66def62
6 changed files with 147 additions and 16 deletions
+4 -5
View File
@@ -1,10 +1,8 @@
name: Windows Compile
name: Windows Validation
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "master" ]
branches: [ "*" ]
jobs:
build:
@@ -21,4 +19,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: starship-windows
path: ./build/x64/Debug
path: ./build/x64/Debug
retention-days: 1