Skip to content

Commit

Permalink
修ci签名报错
Browse files Browse the repository at this point in the history
build目录变了,
  • Loading branch information
AoEiuV020 committed Jan 1, 2025
1 parent ce73fb9 commit 08799f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ jobs:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
if: ${{ env.SIGNING_KEY != '' }}
with:
releaseDirectory: ./hook/build/outputs/apk/release
releaseDirectory: build/.hook/outputs/apk/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
- name: Build with Gradle
run: |
find ./hook/build/outputs/apk/release -name '*.apk' -exec mv {} $BUILD_NAME_WITH_VERSION-hook.apk \;
find ./build/.hook/outputs/apk/release -name '*.apk' -exec mv {} $BUILD_NAME_WITH_VERSION-hook.apk \;
- name: Upload APK
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 08799f0

Please sign in to comment.