Skip to content

Commit

Permalink
Add network artifact upload to github check
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLafleur committed Feb 11, 2025
1 parent 2c5e86c commit 96ab5b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/standard_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- name: Execute build for CFR24
run: |
scons --platform=cfr24 -j32 --flashable-bootloader
- name: Archive Network Artifacts
uses: actions/upload-artifact@v4
with:
name: network-artifacts-cfr24
path: platform-artifacts/network
cfr25:
runs-on: self-hosted
container:
Expand All @@ -37,6 +42,11 @@ jobs:
- name: Execute build for CFR25
run: |
scons --platform=cfr25 -j32 --flashable-bootloader
- name: Archive Network Artifacts
uses: actions/upload-artifact@v4
with:
name: network-artifacts-cfr25
path: platform-artifacts/network
updaters:
runs-on: self-hosted
container:
Expand Down

0 comments on commit 96ab5b8

Please sign in to comment.