Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abueide committed Oct 31, 2022
1 parent f3cd9fb commit 2bfb917
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-android.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Release Android

on:
release:
types: [ released, prereleased ]
Expand All @@ -17,9 +19,6 @@ jobs:
- uses: gradle/[email protected]
with:
arguments: androidApp:linkReleaseExecutableUikitArm64
wrapper-cache-enabled: true
dependencies-cache-enabled: true
configuration-cache-enabled: true
- uses: softprops/action-gh-release@v1
with:
files: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- uses: gradle/[email protected]
with:
arguments: packageReleaseDistributionForCurrentOS
wrapper-cache-enabled: true
dependencies-cache-enabled: true
configuration-cache-enabled: true
- uses: softprops/action-gh-release@v1
with:
files: |
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release-ios.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Release IOS

on:
release:
types: [ released, prereleased ]
Expand All @@ -17,9 +19,6 @@ jobs:
- uses: gradle/[email protected]
with:
arguments: iosApp:linkReleaseExecutableUikitArm64
wrapper-cache-enabled: true
dependencies-cache-enabled: true
configuration-cache-enabled: true
# - uses: softprops/action-gh-release@v1
# with:
# files: |
Expand Down

0 comments on commit 2bfb917

Please sign in to comment.