Skip to content

meta: add distrib script and Gh action #5

meta: add distrib script and Gh action

meta: add distrib script and Gh action #5

Workflow file for this run

name: Nightly Build
on: [push]
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:

Check failure on line 7 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.11'
- name: Install dependencies
run: |
sudo apt-get update -y && \
sudo apt-get install -y build-essential git ninja-build nasm gcc-multilib
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" llvm 18
- name: Build
run: |
./build.sh dist
- name: Upload binaries
uses: skx/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
releaseId: ${{ needs.create_release.outputs.id }}
rgs: '.cutekit/dist/*'