Skip to content

added dedicated CI workflow for PRs #3

added dedicated CI workflow for PRs

added dedicated CI workflow for PRs #3

Workflow file for this run

name: Release
on: push
jobs:
release:
# We use Ubuntu 20.04 to have an older version of the file tool.
# If we used a newer Ubuntu, it would complain about incompatible magic
# file format on older Ubuntu versions.
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Make
run: sudo apt-get install make
- name: Build
run: make all
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: firmware.mgc