Skip to content

dotnet-desktop.yml aktualisieren #31

dotnet-desktop.yml aktualisieren

dotnet-desktop.yml aktualisieren #31

name: Nightly build
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
permissions:
contents: read
jobs:
build:
runs-on: windows-latest
steps:
- uses: ./../actions/dotnet-desktop
- 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_${{ matrix.platform }}