Skip to content

Commit

Permalink
fix: dev CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WankkoRee committed May 8, 2023
1 parent d58b52f commit 0138a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ORG_GRADLE_PROJECT_androidStorePassword: ${{ secrets.STORE_PASSWORD }}
ORG_GRADLE_PROJECT_androidKeyPassword: ${{ secrets.KEY_PASSWORD }}
ORG_GRADLE_PROJECT_androidKeyAlias: ${{ secrets.KEY_ALIAS }}
ORG_GRADLE_PROJECT_androidStoreFile: ./tmp.jks
ORG_GRADLE_PROJECT_androidStoreFile: ../tmp.jks

- name: 读取打包结果
id: result
Expand Down

0 comments on commit 0138a91

Please sign in to comment.