From 295eb89ee96d2a14e01eb0ecdb70ccb96a1c19bb Mon Sep 17 00:00:00 2001 From: Florian Ostertag Date: Sat, 20 Apr 2024 07:45:43 +0200 Subject: [PATCH] Aktualisieren von build-nightly.yml --- .github/workflows/build-nightly.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 2a8af6f78..7c18c8e09 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -40,9 +40,8 @@ jobs: runs-on: windows-latest steps: - name: Download artifact - uses: wei/wget@v1 - with: - args: --header="Authorization: Bearer ${{GITHUB_TOKEN}}" ${{ matrix.build.url }} -O "Vocaluxe_Nightly_${{ matrix.build.label}}.zip" + shell: bash + run: wget --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