fix: Setup und ZIP als getrennte Artefakte hochladen (Setup fehlte im Release)
This commit is contained in:
@@ -49,15 +49,20 @@ jobs:
|
|||||||
& $iscc "/DAppVersion=$version" packaging\playtube.iss
|
& $iscc "/DAppVersion=$version" packaging\playtube.iss
|
||||||
if ($LASTEXITCODE -ne 0) { throw "Inno-Setup-Build fehlgeschlagen." }
|
if ($LASTEXITCODE -ne 0) { throw "Inno-Setup-Build fehlgeschlagen." }
|
||||||
|
|
||||||
|
# Zwei getrennte Artefakte: bei mehreren Pfaden in EINEM Artefakt behielte das Setup seinen
|
||||||
|
# Unterordner (dist/installer/) und wuerde beim Veroeffentlichen nicht gefunden.
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: windows-edge-setup
|
||||||
|
path: dist/installer/PlaytubeEdge-Setup-v*.exe
|
||||||
|
|
||||||
- name: Als .zip packen (portabel)
|
- name: Als .zip packen (portabel)
|
||||||
run: Compress-Archive -Path dist\PlaytubeEdge -DestinationPath PlaytubeEdge-${{ github.ref_name }}-win64.zip
|
run: Compress-Archive -Path dist\PlaytubeEdge -DestinationPath PlaytubeEdge-${{ github.ref_name }}-win64.zip
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: windows-edge
|
name: windows-edge-zip
|
||||||
path: |
|
path: PlaytubeEdge-*-win64.zip
|
||||||
dist/installer/PlaytubeEdge-Setup-v*.exe
|
|
||||||
PlaytubeEdge-*-win64.zip
|
|
||||||
|
|
||||||
publish-release:
|
publish-release:
|
||||||
needs: [build-windows]
|
needs: [build-windows]
|
||||||
|
|||||||
Reference in New Issue
Block a user