diff --git a/.github/workflows/pr_compile_scripts.yml b/.github/workflows/pr_compile_scripts.yml index 5b4f007..13ce313 100644 --- a/.github/workflows/pr_compile_scripts.yml +++ b/.github/workflows/pr_compile_scripts.yml @@ -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