Skip to content

Commit

Permalink
Aktualisieren von build-nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flokuep authored Apr 20, 2024
1 parent db2d2b1 commit bd00497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
runs-on: windows-latest
steps:
- name: Download artifact
run: |
Invoke-WebRequest -Headers @{'Authorization' = 'Bearer ${GITHUB_TOKEN}'} -Uri ${{ matrix.build.url }} -OutFile 'Vocaluxe_Nightly_${{ matrix.build.label}}.zip'
run: wget --header='Authorization: Bearer ${GITHUB_TOKEN}' ${{ matrix.build.url }} -O 'Vocaluxe_Nightly_${{ matrix.build.label}}.zip'
shell: bash

- name: Attach to release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit bd00497

Please sign in to comment.