From eb1c6f27dfc42d68be55e53d6ccd6ecb07ebadaf Mon Sep 17 00:00:00 2001 From: Goooler Date: Wed, 6 Aug 2025 20:54:00 +0800 Subject: [PATCH] Fix nightly-release --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 844b6378b0..613a6c1dee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,6 +125,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/download-artifact@v5 + with: + name: Debug APK # Note the # and () symbols are not supported in GitHub Release filenames, even manually - name: Export APK_NAME for later use run: echo "APK_NAME=Lawnchair.Debug.${{ github.ref_name }}.Nightly-CI_${{ github.run_number }}-$(echo ${{ github.sha }} | cut -c1-7).apk" >> $GITHUB_ENV