Skip to content

Commit

Permalink
correct upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Dec 2, 2024
1 parent 2196def commit 25cb5dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ jobs:
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: dash-evo-tool-${{ matrix.platform }}
path: dist/**
name: dash-evo-tool-${{ matrix.platform }}.${{ matrix.release-ext }}
path: dist/dash-evo-tool-${{ matrix.platform }}.${{ matrix.release-ext }}

release:
name: Create GitHub Release
Expand Down

0 comments on commit 25cb5dd

Please sign in to comment.