Skip to content

Commit

Permalink
try fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
Unarray committed Oct 6, 2024
1 parent bbce401 commit 43fbe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./dist/${{ matrix.platform }}
asset_path: ./dist/${{ matrix.platform }}*
asset_name: envy-${{ matrix.platform }}
asset_content_type: application/octet-stream
...

0 comments on commit 43fbe2e

Please sign in to comment.