just download android.jar to improve build time

This commit is contained in:
Aria Moradi
2021-02-13 15:18:57 +03:30
parent 7959ba2664
commit 3a33bf3a5d
3 changed files with 68 additions and 128 deletions
+4 -19
View File
@@ -46,11 +46,11 @@ jobs:
mkdir -p ~/.gradle
cp .github/runner-files/ci-gradle.properties ~/.gradle/gradle.properties
- name: Download and process android.jar
if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk'
- name: Download android.jar
run: |
cd master
./scripts/getAndroid.sh
curl https://raw.githubusercontent.com/AriaMoradi/Tachidesk/android-jar/android.jar -o AndroidCompat/lib/android.jar
- name: Build Jar and launch4j
uses: eskatos/gradle-command-action@v1
@@ -62,13 +62,12 @@ jobs:
dependencies-cache-enabled: true
configuration-cache-enabled: true
- name: Create repo artifacts
if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk'
run: |
cd master
./.github/scripts/create-repo.sh
- name: Create Release
id: create_release
uses: actions/create-release@v1
@@ -98,17 +97,3 @@ jobs:
files: 'master/repo/*'
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ steps.get-ref.outputs.tag }}
# - name: Checkout repo branch
# if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk'
# uses: actions/checkout@v2
# with:
# ref: repo
# path: repo
# - name: Deploy repo
# if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk'
# run: |
# cd repo
# ../master/.github/scripts/commit-repo.sh