Skip to content

Commit

Permalink
Enable Github Actions script compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Jul 27, 2022
1 parent 71d0adf commit 790b094
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr_compile_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

# TODO: Remove the '--nocompile' once script compilation is setup on the server
- name: Run Release Script
id: run_release
env:
EXTRACT_KEY: ${{ secrets.EXTRACT_KEY }}
run: |
curl -OJ https://raw.githubusercontent.com/07th-mod/higurashi_release/master/deploy_higurashi/deploy_higurashi.py
python deploy_higurashi.py ${{ github.event.repository.name }} --nocompile
python deploy_higurashi.py ${{ github.event.repository.name }}
rm deploy_higurashi.py
# Publish a release
Expand Down

0 comments on commit 790b094

Please sign in to comment.