Skip to content

Fix filename

Fix filename #3

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 / .github/workflows/build-nightly.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-nightly.yml" -> "./.github/workflows/dotnet-desktop.yml" (source branch with sha:68b22be9058a9473d3473c16b56d540ebf536197) : You have an error in your yaml syntax on line 11
publish:
runs-on: windows-latest
needs: build-windows
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