From 09cd6eb03e525c172c080c5ad7837f7a25ae969f Mon Sep 17 00:00:00 2001 From: ktechmidas Date: Tue, 15 Oct 2024 16:45:17 +0300 Subject: [PATCH] Attempt 4... --- .github/workflows/release.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abee8e2..7b6a4e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,28 +98,28 @@ jobs: uses: actions/download-artifact@v3 with: name: dash-evo-tool-x86_64-unknown-linux-gnu - path: ./release/ + path: ./release/dash-evo-tool-x86_64-unknown-linux-gnu/ - name: Download Linux ARM uses: actions/download-artifact@v3 with: name: dash-evo-tool-aarch64-unknown-linux-gnu - path: ./release/ + path: ./release/dash-evo-tool-aarch64-unknown-linux-gnu/ - name: Download Mac x64 uses: actions/download-artifact@v3 with: name: dash-evo-tool-x86_64-apple-darwin - path: ./release/ + path: ./release/dash-evo-tool-x86_64-apple-darwin/ - name: Download Mac ARM uses: actions/download-artifact@v3 with: name: dash-evo-tool-aarch64-apple-darwin - path: ./release/ + path: ./release/dash-evo-tool-aarch64-apple-darwin/ - name: Check dir - run: ls -lah ./release + run: ls -lah ./release/dash-evo-tool-aarch64-apple-darwin - name: Publish release uses: softprops/action-gh-release@v1 @@ -128,9 +128,9 @@ jobs: with: tag_name: ${{ github.event.inputs.tag }} files: | - ./release/dash-evo-tool-x86_64-linux - ./release/dash-evo-tool-aarch64-linux - ./release/dash-evo-tool-x86_64-mac - ./release/dash-evo-tool-aarch64-mac + ./release/dash-evo-tool-x86_64-linux/dash-evo-tool + ./release/dash-evo-tool-aarch64-linux/dash-evo-tool + ./release/dash-evo-tool-x86_64-mac/dash-evo-tool + ./release/dash-evo-tool-aarch64-mac/dash-evo-tool draft: false prerelease: true \ No newline at end of file