Skip to content

Commit db87c82

Browse files
committed
Desktop App Build Actions
1 parent dd5177a commit db87c82

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build-desktop-jars.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Build Desktop Packages
2+
13
on:
24
[workflow_dispatch]
35

@@ -29,7 +31,7 @@ jobs:
2931
uses: ncipollo/release-action@v1
3032
with:
3133
draft: true
32-
tag: "Spotiflyer-v3.3.0"
34+
tag: "SpotiFlyer-v3.3.0"
3335
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
3436
token: ${{ secrets.GH_TOKEN }}
3537
commit: main
@@ -63,7 +65,7 @@ jobs:
6365
uses: ncipollo/release-action@v1
6466
with:
6567
draft: true
66-
tag: "Spotiflyer-v3.3.0"
68+
tag: "SpotiFlyer-v3.3.0"
6769
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
6870
token: ${{ secrets.GH_TOKEN }}
6971
commit: main
@@ -96,7 +98,7 @@ jobs:
9698
uses: ncipollo/release-action@v1
9799
with:
98100
draft: true
99-
tag: "Spotiflyer-v3.3.0"
101+
tag: "SpotiFlyer-v3.3.0"
100102
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
101103
token: ${{ secrets.GH_TOKEN }}
102104
commit: main

0 commit comments

Comments
 (0)