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 b6270c6 commit 52774cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ jobs:
artifacts: Vocaluxe_Nightly_x64

attach-artifacts:
needs: [build-windows, publish]
strategy:
matrix:
build:
- label: "Windows x86"
url: ${{jobs.build-windows.outputs.x86}}
url: ${{needs.build.build-windows.outputs.x86}}

runs-on: windows-latest
steps:
Expand Down

0 comments on commit 52774cf

Please sign in to comment.