From 7dea26efb5f8ebff34b56f6a6a9c62f0ce96ea89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E5=85=88=E6=A3=AE=EF=BC=88Mr=2EYu=EF=BC=89?= Date: Mon, 17 Feb 2025 19:39:48 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 709494d..892cf2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Donwload Artifacts + - name: Download Artifacts uses: actions/download-artifact@v4 with: name: APKs @@ -131,7 +131,7 @@ jobs: export LOCAL_PROPERTIES="${{ secrets.LOCAL_PROPERTIES }}" ./run init action gradle ./gradlew bundlePlayRelease - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: AAB path: app/build/outputs/bundle/playRelease/app-play-release.aab