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 b17912e commit 0fb1ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- name: Download artifact
run: |
Invoke-WebRequest -Uri ${{ matrix.build.url }} -OutFile 'Vocaluxe_Nightly_${{ matrix.build.label}}.zip'
Invoke-WebRequest -Headers @{'Authorization' = 'Bearer ${GITHUB_TOKEN}' -Uri ${{ matrix.build.url }} -OutFile 'Vocaluxe_Nightly_${{ matrix.build.label}}.zip'
- name: Attach to release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 0fb1ea4

Please sign in to comment.