Only put the relevant .exe file into the built windows artifact

#build
This commit is contained in:
Jonatan Heyman 2023-01-15 19:56:27 +01:00
parent 3b905951af
commit b5903c40cc

View File

@ -51,5 +51,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: heynote-windows-${{ github.sha }}
path: release/**
path: release/*/Heynote_[0-9].[0-9].[0-9]*.exe
retention-days: 1