From 790b0943b9001f91435f49dac6e4cf7b9dad8a86 Mon Sep 17 00:00:00 2001 From: drojf Date: Wed, 27 Jul 2022 22:10:35 +1000 Subject: [PATCH] Enable Github Actions script compilation --- .github/workflows/pr_compile_scripts.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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