Skip to content

Update README.md

Update README.md #11

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main", "ugfx" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main", "ugfx" ]
workflow_dispatch:
permissions:
contents: read
jobs:
build-artifact:
runs-on: ubuntu-latest
container:
image: ghcr.io/classpaddev/hollyhock-3:v2.1.1
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
steps:
- uses: actions/checkout@v5
with:
submodules: true
- run: make -j
- uses: actions/upload-artifact@v4
with:
path: dist/**