aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release_builds.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release_builds.yml')
-rw-r--r--.github/workflows/release_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_builds.yml b/.github/workflows/release_builds.yml
index 109796d..602f90b 100644
--- a/.github/workflows/release_builds.yml
+++ b/.github/workflows/release_builds.yml
@@ -22,7 +22,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
- file: "dist/*.exe;dist/latest.yml"
+ file: "dist/*.exe*;dist/latest.yml"
release_id: ${{ github.event.release.id }}
draft: false
build-linux: