mirror of
https://github.com/heyman/heynote.git
synced 2025-06-26 04:21:43 +02:00
Only put the relevant .exe file into the built windows artifact
#build
This commit is contained in:
parent
3b905951af
commit
b5903c40cc
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -51,5 +51,5 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: heynote-windows-${{ github.sha }}
|
name: heynote-windows-${{ github.sha }}
|
||||||
path: release/**
|
path: release/*/Heynote_[0-9].[0-9].[0-9]*.exe
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user