3 Commits

Author SHA1 Message Date
5135d90ff1 Merge pull request #3 from litruv/copilot/remove-non-installer-files
Filter release artifacts to only include installer files
2025-10-20 02:37:54 +11:00
copilot-swe-agent[bot]
9c61218df5 Filter release files to only include installer
Co-authored-by: litruv <3798007+litruv@users.noreply.github.com>
2025-10-19 15:35:34 +00:00
copilot-swe-agent[bot]
028c8822a3 Initial plan 2025-10-19 15:32:42 +00:00

View File

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