Skip to content

dotnet-desktop.yml aktualisieren #18

dotnet-desktop.yml aktualisieren

dotnet-desktop.yml aktualisieren #18

Workflow file for this run

name: Nightly build
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build-windows:
uses: ./.github/workflows/dotnet-desktop.yml

Check failure on line 11 in .github/workflows/build-nightly.yml

View workflow run for this annotation

GitHub Actions / Nightly build

Invalid workflow file

The workflow is not valid. In .github/workflows/build-nightly.yml (Line: 11, Col: 11): Error from called workflow flokuep/Vocaluxe/.github/workflows/dotnet-desktop.yml@4d42fabe82871a12193635e1ac4a387694a1b24a (Line: 53, Col: 16): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.platform
collect-release-data:
runs-on: ubuntu-latest
needs: build-windows
steps:
- run: ${{ tojson(needs) }}
shell: cat {0}
publish:
runs-on: windows-latest
needs: collect-release-data
steps:
- 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_x64