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 d568ec9 commit 810f5f4
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 @@ -42,7 +42,7 @@ jobs:
- name: Download artifact
uses: wei/wget@v1
with:
args: --header='Authorization: Bearer ${GITHUB_TOKEN}' ${{ matrix.build.url }} -O 'Vocaluxe_Nightly_${{ matrix.build.label}}.zip'
args: --header="Authorization: Bearer ${{GITHUB_TOKEN}}" ${{ matrix.build.url }} -O "Vocaluxe_Nightly_${{ matrix.build.label}}.zip"

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

0 comments on commit 810f5f4

Please sign in to comment.