From db87c8201efe5b2e7b14911c34a3fdea6ebf9529 Mon Sep 17 00:00:00 2001 From: shabinder Date: Sun, 5 Sep 2021 21:07:57 +0530 Subject: [PATCH] Desktop App Build Actions --- .github/workflows/build-desktop-jars.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-desktop-jars.yml b/.github/workflows/build-desktop-jars.yml index 9a074fad..b9e72aa6 100644 --- a/.github/workflows/build-desktop-jars.yml +++ b/.github/workflows/build-desktop-jars.yml @@ -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