We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aadb6e commit 6586288Copy full SHA for 6586288
.github/workflows/pr_compile_scripts.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Run Release Script
25
id: run_release
26
env:
27
- EXTRACT_KEY: ${{ secrets.EXTRACT_KEY }}
+ HIGURASHI_BASE_EXTRACT_KEY: ${{ secrets.HIGURASHI_BASE_EXTRACT_KEY }}
28
run: |
29
curl -OJ https://raw.githubusercontent.com/07th-mod/higurashi_release/master/deploy_higurashi/deploy_higurashi.py
30
python deploy_higurashi.py ${{ github.event.repository.name }}
0 commit comments