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: Linux Compile
name: Linux Validation
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "master" ]
branches: [ "*" ]
jobs:
build:
@@ -47,4 +45,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: starship-linux-x64
path: starship-release
path: starship-release
retention-days: 1