Skip to content

Commit

Permalink
Attempt 6...
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 15, 2024
1 parent 7f3c343 commit 692ee8f
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,18 @@ jobs:
name: dash-evo-tool-aarch64-apple-darwin
path: ./release/dash-evo-tool-aarch64-apple-darwin/

- name: Rename Linux X64 file
run: mv ./release/dash-evo-tool-x86_64-unknown-linux-gnu/dash-evo-tool ./release/dash-evo-tool-x86_64-linux

- name: Rename Linux ARM file
run: mv ./release/dash-evo-tool-aarch64-unknown-linux-gnu/dash-evo-tool ./release/dash-evo-tool-aarch64-linux

- name: Rename Mac x64 file
run: mv ./release/dash-evo-tool-x86_64-apple-darwin/dash-evo-tool ./release/dash-evo-tool-x86_64-mac

- name: Rename Mac ARM file
run: mv ./release/dash-evo-tool-aarch64-apple-darwin/dash-evo-tool ./release/dash-evo-tool-aarch64-mac

- name: Check dir
run: ls -lah ./release/dash-evo-tool-aarch64-apple-darwin

Expand All @@ -128,9 +140,9 @@ jobs:
with:
tag_name: ${{ github.event.inputs.tag }}
files: |
./release/dash-evo-tool-x86_64-unknown-linux-gnu/dash-evo-tool
./release/dash-evo-tool-aarch64-unknown-linux-gnu/dash-evo-tool
./release/dash-evo-tool-x86_64-apple-darwin/dash-evo-tool
./release/dash-evo-tool-aarch64-apple-darwin/dash-evo-tool
./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
draft: false
prerelease: true

0 comments on commit 692ee8f

Please sign in to comment.