mirror of
https://github.com/litruv/picoGraph.git
synced 2026-07-24 02:36:04 +10:00
Merge pull request #3 from litruv/copilot/remove-non-installer-files
Filter release artifacts to only include installer files
This commit is contained in:
8
.github/workflows/windows-build.yml
vendored
8
.github/workflows/windows-build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user