mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
Reworked CI/CD and splitted into assets and generate otr
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user