Skip to content

Commit

Permalink
Update auto_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 authored Sep 19, 2024
1 parent 15a65a2 commit 1c15467
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/auto_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,25 @@ name: Compile Firmware
on:
push:
branches:
- master
- master
pull_request:
branches:
- master
- master

jobs:
Build:
build:
runs-on: ubuntu-latest

container: debian:bullseye
container:
image: debian:bullseye

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Build jumploaders
run: sh build.sh

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Pre-Compiled Jumploaders
path: 'build/*.bin'
path: build/*.bin

0 comments on commit 1c15467

Please sign in to comment.