From 94ebee6afe6a782df5617be55d855bf811bd25f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=B7=E6=B7=86?= <32300164+mnixry@users.noreply.github.com> Date: Mon, 3 Aug 2020 20:55:06 +0800 Subject: [PATCH] Fix a stupid logical bug --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a05aa29..8094c86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v2 - if: ${{ !!github.head_ref }} + if: ${{ !github.head_ref }} with: name: ${{ matrix.goos }}_${{ matrix.goarch }} path: output/