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 }}