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 2de1252 commit 9e9531e
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 @@ -41,11 +41,18 @@ jobs:
build:
- label: "Windows x86"
url: ${{needs.build-windows.outputs.x86}}
- label: "Windows x64"
url: ${{needs.build-windows.outputs.x64}}

runs-on: windows-latest
steps:
- name: ${{ matrix.label }}
- name: Download artefact of ${{ matrix.label }}
run: |
Invoke-WebRequest -Uri ${{ matrix.url }}
- name: Attach to release
uses: softprops/action-gh-relase@v2
with:
files: foo


0 comments on commit 9e9531e

Please sign in to comment.