Skip to content

Cap ambient glow resolution and defer its first paint (#37) #60

Cap ambient glow resolution and defer its first paint (#37)

Cap ambient glow resolution and defer its first paint (#37) #60

Workflow file for this run

name: "pre-release"
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
permissions:
contents: write
jobs:
pre-release:
name: "Pre Release"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: bash scripts/pack.sh
- name: Publish rolling pre-release
if: github.event_name != 'pull_request'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release delete latest --yes --cleanup-tag || true
gh release create latest artifacts/mortality-*.zip \
--title "Development Build" --prerelease \
--notes "Latest development build"