Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 authored Feb 13, 2025
1 parent cf1de63 commit 73c8771
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: chmod +x gradlew

- name: Check build
run: ./gradlew :vbpd-core:assembleRelease :vbpd:assembleRelease :vbpd-reflection:assembleRelease
run: ./gradlew :vbpd-core:assembleRelease :vbpd:assembleRelease :vbpd-reflection:assembleRelease --no-configuration-cache --no-build-cache
continue-on-error: true

- name: Save Gradle cache
Expand All @@ -42,7 +42,7 @@ jobs:
with:
name: vbpd-libs-builds
path:
vbpd/build/outputs/aar/*.aar
vbpd-core/build/outputs/aar/*.aar
vbpd-reflection/build/outputs/aar/*.aar
vbpd/build/outputs/aar/vbpd-release.aar
vbpd-core/build/outputs/aar/vbpd-core-release.aar
vbpd-reflection/build/outputs/aar/vbpd-reflection-release.aar

0 comments on commit 73c8771

Please sign in to comment.