Skip to content

Commit

Permalink
desktop release
Browse files Browse the repository at this point in the history
  • Loading branch information
j-roskopf committed May 28, 2024
1 parent 6887ef1 commit 211f39f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop-release-testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Create path variables
id: path_variables
run: |
tag=$(git describe --tags --abbrev=0 --match "release/*")
version=$(echo "$tag" | sed 's/release\///')
tag=$(git describe --tags --abbrev=0 --match "desktop-release/*")
version=$(echo "$tag" | sed 's/desktop-release\///')
name="Sync Sphere-${version}.pkg"
path="desktopApp/build/release/main/pkg/${name}"
echo "TAG=$tag" >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Create path variables
id: path_variables
run: |
tag=$(git describe --tags --abbrev=0 --match "release/*")
version=$(echo "$tag" | sed 's/release\///')
tag=$(git describe --tags --abbrev=0 --match "desktop-release/*")
version=$(echo "$tag" | sed 's/desktop-release\///')
name="Sync Sphere-${version}.dmg"
path="desktopApp/build/release/main/dmg/${name}"
echo "TAG=$tag" >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android.useAndroidX=true
android.compileSdk=34
android.targetSdk=34
android.minSdk=26
android.versionCode=16
android.versionName=1.4.3
android.versionCode=17
android.versionName=1.4.4

kotlin.mpp.applyDefaultHierarchyTemplate=false

Expand Down
4 changes: 2 additions & 2 deletions iosApp/iosApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.4.3</string>
<string>1.4.4</string>
<key>CFBundleVersion</key>
<string>16</string>
<string>17</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>CADisableMinimumFrameDurationOnPhone</key>
Expand Down

0 comments on commit 211f39f

Please sign in to comment.