Skip to content

dotnet-desktop.yml aktualisieren #6

dotnet-desktop.yml aktualisieren

dotnet-desktop.yml aktualisieren #6

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
publish:
runs-on: windows-latest
needs: build-windows
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