Skip to content

Commit

Permalink
Attempt 4...
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 15, 2024
1 parent 859b1f6 commit 09cd6eb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 09cd6eb

Please sign in to comment.