Skip to content

dotnet-desktop.yml aktualisieren #38

dotnet-desktop.yml aktualisieren

dotnet-desktop.yml aktualisieren #38

name: Nightly build
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build-windows:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/dotnet-desktop
publish:
runs-on: windows-latest
steps:
- name: Create Release
if: ${{ github.event_name == 'push'}}
needs: build-windows

Check failure on line 24 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: 24, Col: 7): Unexpected value 'needs'
uses: ncipollo/[email protected]
with:
name: Latest Nightly build
tag: Nightly
prerelease: true
allowUpdates: true
artifacts: Vocaluxe_Nightly_${{ matrix.platform }}