diff options
author | Remy Raes <contact@remyraes.com> | 2022-09-14 07:40:08 +0200 |
---|---|---|
committer | Remy Raes <contact@remyraes.com> | 2022-09-14 07:40:08 +0200 |
commit | 281bbbb38be36902c10880ed1db03ee0b6ea15ca (patch) | |
tree | 9efa35f471c6023fd22d7cbf9462a395295881d7 | |
parent | 5865c3e50f36abe6a34ea8e7fc8e6a713c2dc5ca (diff) | |
download | Viper-281bbbb38be36902c10880ed1db03ee0b6ea15ca.tar.gz Viper-281bbbb38be36902c10880ed1db03ee0b6ea15ca.zip |
fix: include .exe.blockmap files in release files
-rw-r--r-- | .github/workflows/release_builds.yml | 2 |
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: |