Skip to content

dotnet-desktop.yml aktualisieren #17

dotnet-desktop.yml aktualisieren

dotnet-desktop.yml aktualisieren #17

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@0673a809d5fb38c3dd50fa4b87b2de6552dd0c73 (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/release-action@v1.14.0
with:
name: Latest Nightly build
tag: Nightly
prerelease: true
allowUpdates: true
artifacts: Vocaluxe_Nightly_x64