Skip to content

dotnet-desktop.yml aktualisieren #23

dotnet-desktop.yml aktualisieren

dotnet-desktop.yml aktualisieren #23

name: Nightly build
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build:
steps:

Check failure on line 12 in .github/workflows/dotnet-desktop.yml

View workflow run for this annotation

GitHub Actions / Nightly build

Invalid workflow file

The workflow is not valid. .github/workflows/dotnet-desktop.yml (Line: 12, Col: 5): Required property is missing: runs-on
- uses: ./.github/actions/dotnet-desktop
- name: Create Release
if: ${{ github.event_name == 'push'}}
uses: ncipollo/[email protected]
with:
name: Latest Nightly build
tag: Nightly
prerelease: true
allowUpdates: true
artifacts: Vocaluxe_Nightly_${{ matrix.platform }}