Skip to content

Commit

Permalink
Desktop App Build Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabinder committed Sep 5, 2021
1 parent dd5177a commit db87c82
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-desktop-jars.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Build Desktop Packages

on:
[workflow_dispatch]

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit db87c82

Please sign in to comment.