Skip to content

Commit

Permalink
dotnet-desktop.yml aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
flokuep authored Apr 19, 2024
1 parent b3048cb commit 4d5b00f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,21 @@ on:
branches: [ "develop" ]

jobs:
build:
runs-on: ubuntu-latest
build-windows:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/dotnet-desktop

publish:
runs-on: windows-latest
steps:
- name: Create Release
if: ${{ github.event_name == 'push'}}
needs: build-windows
uses: ncipollo/[email protected]
with:
name: Latest Nightly build
Expand Down

0 comments on commit 4d5b00f

Please sign in to comment.