This commit is contained in:
hexated 2023-04-22 16:20:33 +07:00
parent 2a74f9b741
commit e992b08ea8
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ jobs:
- name: Access SORA_API
env:
SORA_API: $
run: echo SORA_API=\"$SORA_API\" > $GITHUB_WORKSPACE/src/local.properties
SORA_API: ${{ secrets.SORA_API }}
run: echo SORA_API=$SORA_API > $GITHUB_WORKSPACE/src/local.properties
- name: Build Plugins
run: |