mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 17:14:32 +01:00
Desktop App Build Actions
This commit is contained in:
parent
dd5177a9ea
commit
db87c8201e
8
.github/workflows/build-desktop-jars.yml
vendored
8
.github/workflows/build-desktop-jars.yml
vendored
@ -1,3 +1,5 @@
|
|||||||
|
name: Build Desktop Packages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
[workflow_dispatch]
|
[workflow_dispatch]
|
||||||
|
|
||||||
@ -29,7 +31,7 @@ jobs:
|
|||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
draft: true
|
draft: true
|
||||||
tag: "Spotiflyer-v3.3.0"
|
tag: "SpotiFlyer-v3.3.0"
|
||||||
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
|
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
commit: main
|
commit: main
|
||||||
@ -63,7 +65,7 @@ jobs:
|
|||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
draft: true
|
draft: true
|
||||||
tag: "Spotiflyer-v3.3.0"
|
tag: "SpotiFlyer-v3.3.0"
|
||||||
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
|
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
commit: main
|
commit: main
|
||||||
@ -96,7 +98,7 @@ jobs:
|
|||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
draft: true
|
draft: true
|
||||||
tag: "Spotiflyer-v3.3.0"
|
tag: "SpotiFlyer-v3.3.0"
|
||||||
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
|
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
commit: main
|
commit: main
|
||||||
|
Loading…
Reference in New Issue
Block a user