From 0422b32d9bf34d3d3ad5db1a5b4adef3f9502fd0 Mon Sep 17 00:00:00 2001 From: shilangyu Date: Fri, 14 Jan 2022 19:44:47 +0100 Subject: [PATCH] Fix wrong repo name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80fc257..95cfd1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,7 +145,7 @@ jobs: - linux-build - windows-build runs-on: ubuntu-latest - if: github.repository == 'krawieck/lemmur' + if: github.repository == 'LemmurOrg/lemmur' steps: - uses: actions/checkout@v2