Skip to content

Build and Release (Nightly) #1

Build and Release (Nightly)

Build and Release (Nightly) #1

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Build and Release (Nightly)
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
permissions:
contents: write
jobs:
build:
uses: './.github/workflows/build.yml'
with:
target_ref: '${{ github.ref_name }}'
variant: 'nightly'
generate_version: true
do_package: true
steam-publish:
needs: build
uses: './.github/workflows/publish-steam.yml'

Check failure on line 27 in .github/workflows/release-nightly.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-nightly.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release-nightly.yml" -> "./.github/workflows/publish-steam.yml" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
branch: 'nightly'
gh-publish:
needs: build
uses: './.github/workflows/publish-gh.yml'
secrets: inherit
with:
tag: 'nightly'
name: 'Nightly'
generate-notes: true
# Delete artifacts after use.
cleanup:
if: 'always()'
runs-on: ubuntu-latest
needs: [gh-publish, steam-publish]
steps:
- uses: GeekyEggo/delete-artifact@v5
with:
name: |
*