Skip to content

Commit

Permalink
Generate development PongoOS in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Mar 31, 2024
1 parent 4203fea commit a3c128d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,23 @@ jobs:
run: |
make
- name: Prepare upload directory
- name: Prepare upload directory
run: |
mkdir upload
mv build/Pongo.bin upload/
mv build/checkra1n-kpf-pongo upload/
- name: Compile KPF and Pongo Development
run: |
make clean
make DEV_BUILD=1
- name: Prepare upload directory Development
run: |
mkdir upload
mv build/Pongo.bin upload/Pongo.bin.development
mv build/checkra1n-kpf-pongo upload/checkra1n-kpf-pongo.development
- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v7
Expand Down

0 comments on commit a3c128d

Please sign in to comment.