Skip to content

Commit 6586288

Browse files
committed
Fix release script
1 parent 3aadb6e commit 6586288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_compile_scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run Release Script
2525
id: run_release
2626
env:
27-
EXTRACT_KEY: ${{ secrets.EXTRACT_KEY }}
27+
HIGURASHI_BASE_EXTRACT_KEY: ${{ secrets.HIGURASHI_BASE_EXTRACT_KEY }}
2828
run: |
2929
curl -OJ https://raw.githubusercontent.com/07th-mod/higurashi_release/master/deploy_higurashi/deploy_higurashi.py
3030
python deploy_higurashi.py ${{ github.event.repository.name }}

0 commit comments

Comments
 (0)