Skip to content

Commit

Permalink
correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 15, 2024
1 parent 898dc08 commit 859b1f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,25 +98,25 @@ jobs:
uses: actions/download-artifact@v3
with:
name: dash-evo-tool-x86_64-unknown-linux-gnu
path: ./release/dash-evo-tool-x86_64-linux
path: ./release/

- name: Download Linux ARM
uses: actions/download-artifact@v3
with:
name: dash-evo-tool-aarch64-unknown-linux-gnu
path: ./release/dash-evo-tool-aarch64-linux
path: ./release/

- name: Download Mac x64
uses: actions/download-artifact@v3
with:
name: dash-evo-tool-x86_64-apple-darwin
path: ./release/dash-evo-tool-x86_64-mac
path: ./release/

- name: Download Mac ARM
uses: actions/download-artifact@v3
with:
name: dash-evo-tool-aarch64-apple-darwin
path: ./release/dash-evo-tool-aarch64-mac
path: ./release/

- name: Check dir
run: ls -lah ./release
Expand Down

0 comments on commit 859b1f6

Please sign in to comment.