Skip to content

TamaTac & SfxEngine + Sprite tools #65

TamaTac & SfxEngine + Sprite tools

TamaTac & SfxEngine + Sprite tools #65

Workflow file for this run

name: Main
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
permissions: read-all
jobs:
Build:
strategy:
matrix:
app_name: [Calculator, Diceware, GPIO, GraphicsDemo, HelloWorld, SerialConsole, TwoEleven, MystifyDemo, Snake]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/build-app
with:
app_name: ${{ matrix.app_name }}
Bundle:
runs-on: ubuntu-latest
needs: [Build]
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/release-apps