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 244ae36 commit 2d8cedc
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 @@ -30,7 +30,7 @@ jobs:

- name: 配置私密环境
id: secret
run: (echo "${SIGNING_KEY}" | base64 -d | tee ./tmp.jks) && (echo -n "${APP_CENTER_SECRET}" | tee ./app/APP_CENTER_SECRET)
run: (echo "${SIGNING_KEY}" | base64 -d > ./tmp.jks) && (echo -n "${APP_CENTER_SECRET}" > ./app/APP_CENTER_SECRET)
env:
APP_CENTER_SECRET: ${{ secrets.APP_CENTER_SECRET }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
Expand Down

0 comments on commit 2d8cedc

Please sign in to comment.