name: Build on: [push] jobs: build-linux: runs-on: ubuntu-latest steps: - name: Check out files uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 lfs: false - name: Create release uses: addnab/docker-run-action@v3 with: image: ubuntu:noble options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} run: | cd ${{ github.workspace }} export TZ=America/Los_Angeles ./.gitea/scripts/ci.sh - name: Upload release uses: actions/upload-artifact@v3 with: name: release path: | build