From 915b98ed6d917f202d4c78e6a7b6d17a0ecd6e9f Mon Sep 17 00:00:00 2001 From: Phill <50775241+Phill030@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:43:06 +0200 Subject: [PATCH] fix: FINAL FIX XX ?? (return of the bug) --- .github/workflows/deploy.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3d30c94..bf1982e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,16 +62,6 @@ jobs: run: ls -al - name: Display structure of downloaded files 2 run: ls -al linux-executable/ - - uses: actions/download-artifact@v2 - with: - name: linux-executable - path: /tmp/kiwad_unpacker - - - uses: actions/download-artifact@v2 - with: - name: windows-executable - path: /tmp/kiwad_unpacker.exe - - name: Create release uses: softprops/action-gh-release@v1 with: @@ -80,7 +70,7 @@ jobs: generate_release_notes: true prerelease: false files: | - /tmp/kiwad_unpacker - /tmp/kiwad_unpacker.exe + linux-executable/kiwad_unpacker + windows-executable/kiwad_unpacker.exe env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}