Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 15, 2024
1 parent 09cd6eb commit 7f3c343
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 @@ -128,9 +128,9 @@ jobs:
with:
tag_name: ${{ github.event.inputs.tag }}
files: |
./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
./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
draft: false
prerelease: true

0 comments on commit 7f3c343

Please sign in to comment.