Merge pull request #3 from litruv/copilot/remove-non-installer-files

Filter release artifacts to only include installer files
This commit is contained in:
2025-10-20 02:37:54 +11:00
committed by GitHub

View File

@@ -53,8 +53,8 @@ jobs:
prerelease: false prerelease: false
draft: false draft: false
files: | files: |
dist/**/*.exe dist/*Setup*.exe
dist/**/*.blockmap dist/*Setup*.exe.blockmap
env: env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN != '' && secrets.GH_TOKEN || secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GH_TOKEN != '' && secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
@@ -64,5 +64,5 @@ jobs:
with: with:
name: windows-installer-${{ steps.version.outputs.tag }} name: windows-installer-${{ steps.version.outputs.tag }}
path: | path: |
dist/**/*.exe dist/*Setup*.exe
dist/**/*.blockmap dist/*Setup*.exe.blockmap