mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
Update android.publish.yml
Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com>
This commit is contained in:
10
.github/workflows/android.publish.yml
vendored
10
.github/workflows/android.publish.yml
vendored
@@ -68,9 +68,6 @@ jobs:
|
||||
ln -s $(which ccache) /usr/local/bin/clang++
|
||||
ccache --set-config=base_dir=$PWD
|
||||
ccache --set-config=compiler_check=content
|
||||
ccache --set-config=debug=true
|
||||
ccache --set-config=debug_dir=$PWD/ccache_debug
|
||||
mkdir -p $PWD/ccache_debug
|
||||
ccache -p
|
||||
|
||||
- name: Cache gradle
|
||||
@@ -94,13 +91,6 @@ jobs:
|
||||
|
||||
- name: CCache Stats after build
|
||||
run: ccache -sv
|
||||
|
||||
- name: Upload to Github
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: CCache_logs
|
||||
path: |
|
||||
$PWD/ccache_debug
|
||||
|
||||
# - name: Build unsigned app bundle
|
||||
# run: |
|
||||
|
||||
Reference in New Issue
Block a user