From 43fbe2e856a47ee25952c9f1344afb1cf1f6c980 Mon Sep 17 00:00:00 2001 From: Unarray <48868686+Unarray@users.noreply.github.com> Date: Sun, 6 Oct 2024 20:59:24 +0200 Subject: [PATCH] try fix action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 341142b..b818fdd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 ... \ No newline at end of file