From efc81449772913e34d84120edc7b8f3006db1e1f Mon Sep 17 00:00:00 2001 From: MattKC <34096995+itsmattkc@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:37:28 -0700 Subject: [PATCH] lmao fixed dumb mistake --- .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 934ab97..c068afc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: setup/dotnet95.exe - name: Upload Continuous Release - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'itsmattkc/dotnet95' }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |