Skip to content

Commit

Permalink
build-nightly.yml aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
flokuep authored Apr 19, 2024
1 parent ea4bef2 commit e5a47ac
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@ jobs:
build-windows:
uses: ./.github/workflows/dotnet-desktop.yml

collect-release-data:
runs-on: ubuntu-latest
needs: build-windows
steps:
- run: ${{ tojson(needs) }}
shell: cat {0}

publish:
runs-on: windows-latest
needs: build-windows
needs: collect-release-data
steps:
- name: Create Release
if: ${{ github.event_name == 'push'}}
Expand Down

0 comments on commit e5a47ac

Please sign in to comment.