Skip to content

Commit a098f96

Browse files
committed
Upload desktop binaries as Github Release assets
1 parent 583b9b1 commit a098f96

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.github/workflows/desktop_distribution.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
tags:
77
- '*'
8+
branches:
9+
- desktop-releases
810

911
# Allows you to run this workflow manually from the Actions tab
1012
workflow_dispatch:
@@ -29,7 +31,7 @@ jobs:
2931
runs-on: ubuntu-22.04
3032
env:
3133
CONVEYOR_AGREE_TO_LICENSE: "1"
32-
APP_VERSION: ${{ github.ref_name }}
34+
APP_VERSION: 3.22.0
3335
steps:
3436
- uses: actions/checkout@v2
3537
- uses: actions/setup-java@v3

conveyor.conf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@ app {
1515
display-name = "WFRP Master"
1616
license = "GPL-3"
1717
rdns-name = "cz.frantisekmasa.wfrp-master"
18-
vcs-url = "https://github.com/fmasa/wfrp-master"
18+
vcs-url = "github.com/fmasa/wfrp-master"
1919
icons = "app/src/main/res/mipmap-xxxhdpi/ic_launcher.png"
20-
21-
site {
22-
base-url = "https://fmasa.github.io/wfrp-master/download"
23-
}
2420
}
2521

2622
conveyor.compatibility-level = 17

desktop/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ compose.desktop {
5454
packageVersion = System.getenv("APP_VERSION") ?: "1.0.0"
5555

5656
windows {
57-
menuGroup = "Compose Examples"
58-
// see https://wixtoolset.org/documentation/manual/v3/howtos/general/generate_guids.html
59-
upgradeUuid = "BF9CDA6A-1391-46D5-9ED5-383D6E68CCEB"
57+
upgradeUuid = "F73A74E2-BF36-4883-B4AE-ABC289D0816C"
6058
}
6159

6260
nativeDistributions {

0 commit comments

Comments
 (0)