aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_github_releases.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deploy_github_releases.yml')
-rw-r--r--.github/workflows/deploy_github_releases.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml
index 76c4ef42..3518ef9f 100644
--- a/.github/workflows/deploy_github_releases.yml
+++ b/.github/workflows/deploy_github_releases.yml
@@ -29,7 +29,7 @@ jobs:
- name: Build release binaries
uses: gradle/gradle-build-action@v2.2.0
with:
- arguments: --no-configuration-cache :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease
+ arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease
env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}