Desktop App Build Actions

This commit is contained in:
shabinder 2021-09-05 21:07:57 +05:30
parent dd5177a9ea
commit db87c8201e

View File

@ -1,3 +1,5 @@
name: Build Desktop Packages
on:
[workflow_dispatch]
@ -29,7 +31,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
draft: true
tag: "Spotiflyer-v3.3.0"
tag: "SpotiFlyer-v3.3.0"
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
token: ${{ secrets.GH_TOKEN }}
commit: main
@ -63,7 +65,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
draft: true
tag: "Spotiflyer-v3.3.0"
tag: "SpotiFlyer-v3.3.0"
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
token: ${{ secrets.GH_TOKEN }}
commit: main
@ -96,7 +98,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
draft: true
tag: "Spotiflyer-v3.3.0"
tag: "SpotiFlyer-v3.3.0"
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
token: ${{ secrets.GH_TOKEN }}
commit: main