From 0ba150d698ccdb28bdb55696f072b3ed0a2cdfa3 Mon Sep 17 00:00:00 2001 From: mapl <9784732+mapl@users.noreply.github.com> Date: Sat, 19 Oct 2024 22:46:21 +0200 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index c7a581f49..2903f82bf 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -74,7 +74,7 @@ jobs: - name: Upload results to codecov uses: codecov/codecov-action@v4 - if: matrix.make == 'test' && github.repository_owner == '0xERR0R' + if: matrix.make == 'test' && github.repository_owner == 'mapl' - name: Check GoReleaser configuration uses: goreleaser/goreleaser-action@v5