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 88b9af5 commit b6270c6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,18 @@ jobs:
prerelease: true
allowUpdates: true
artifacts: Vocaluxe_Nightly_x64

attach-artifacts:
strategy:
matrix:
build:
- label: "Windows x86"
url: ${{jobs.build-windows.outputs.x86}}

runs-on: windows-latest
steps:
- name: ${{ matrix.label }}
run: |
Invoke-WebRequest -Uri ${{ matrix.url }}

0 comments on commit b6270c6

Please sign in to comment.