Skip to content

Implement crouching #317

Implement crouching

Implement crouching #317

Workflow file for this run

name: Development builds
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
windows_build:
name: 'Build for Windows'
uses: ./.github/workflows/windows.yml
secrets: inherit
macos_build:
name: 'Build for macOS'
uses: ./.github/workflows/macos.yml
secrets: inherit
steam:
name: 'Upload to Steam'
needs: [windows_build, macos_build]
uses: ./.github/workflows/steam.yml
secrets: inherit
s3:
name: 'Upload to S3'
needs: [windows_build, macos_build]
uses: ./.github/workflows/s3.yml
secrets: inherit