Skip to content

dotnet-desktop.yml aktualisieren #22

dotnet-desktop.yml aktualisieren

dotnet-desktop.yml aktualisieren #22

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@fa913aa45035905b3857b6057d5243e60d7b06c2 (Line: 6, Col: 26): Unexpected value 'blub' In .github/workflows/build-nightly.yml (Line: 11, Col: 11): Error from called workflow flokuep/Vocaluxe/.github/workflows/dotnet-desktop.yml@fa913aa45035905b3857b6057d5243e60d7b06c2 (Line: 7, Col: 26): Unexpected value 'bla'
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