Skip to content

Commit

Permalink
remove wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 15, 2024
1 parent e16374b commit 898dc08
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.inputs.tag }}
files: ./release/dash-evo-tool-*
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
draft: false
prerelease: true

0 comments on commit 898dc08

Please sign in to comment.