Skip to content

Update README.md

Update README.md #34

Workflow file for this run

name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'ci'
- name: build
run: xmake -y --verbose
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.6.0
with:
path: ./build/windows/