Skip to content

Commit

Permalink
disabled macos windows and linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
fkropfhamer committed Jan 14, 2022
1 parent 9e5a61f commit 901f798
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Flutter Gallery ${{ github.ref }}
release_name: Brainjogging ${{ github.ref }}
body_path: CHANGELOG.md
draft: true
prerelease: false
Expand All @@ -62,24 +62,24 @@ jobs:
matrix:
target: [Android] # [macOS, Windows, Linux, Android]
include:
- os: macos-10.15 # Catalina
target: macOS
build_target: macos
build_path: build/macos/Build/Products/Release
asset_extension: .zip
asset_content_type: application/zip
- os: windows-2019
target: Windows
build_target: windows
build_path: build\windows\runner\Release
asset_extension: .zip
asset_content_type: application/zip
- os: ubuntu-20.04
target: Linux
build_target: linux
build_path: build/linux/x64/release/bundle
asset_extension: .tar.gz
asset_content_type: application/gzip
#- os: macos-10.15 # Catalina
# target: macOS
# build_target: macos
# build_path: build/macos/Build/Products/Release
# asset_extension: .zip
# asset_content_type: application/zip
#- os: windows-2019
# target: Windows
# build_target: windows
# build_path: build\windows\runner\Release
# asset_extension: .zip
# asset_content_type: application/zip
#- os: ubuntu-20.04
# target: Linux
# build_target: linux
# build_path: build/linux/x64/release/bundle
# asset_extension: .tar.gz
# asset_content_type: application/gzip
- os: ubuntu-20.04
target: Android
build_target: apk
Expand All @@ -105,7 +105,7 @@ jobs:
if: matrix.target == 'Android'
uses: actions/setup-java@v1
with:
java-version: '12.x'
java-version: '16.x'
- name: Enable desktop support
if: matrix.target != 'Android'
run: |
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 31
compileSdkVersion 30

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down

0 comments on commit 901f798

Please sign in to comment.