Skip to content

Fix variable name

Fix variable name #2

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
submodules: true
- name: Run build script
run: bash ./build.sh
- name: Upload artifact
uses: actions/upload-artifact@main
with:
path: ./serenity-cross.tar.xz