From 5f2ac8d622e51d747ba415155e4b3bef9f51adfa Mon Sep 17 00:00:00 2001 From: LatantSea <69185230+LatantSea@users.noreply.github.com> Date: Tue, 11 Aug 2020 04:20:58 +0000 Subject: [PATCH] Update githubci.yml --- .github/workflows/githubci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/githubci.yml b/.github/workflows/githubci.yml index a683845..b1209ae 100644 --- a/.github/workflows/githubci.yml +++ b/.github/workflows/githubci.yml @@ -35,7 +35,7 @@ jobs: run: python3 tools/build_all.py - name: Upload Release Asset - if: github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested') + #if: github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested') working-directory: tools env: UPLOAD_URL: ${{ github.event.release.upload_url }}