From 4093636715404ce303958d327884e781a8c44987 Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Wed, 2 Aug 2023 11:23:06 +0200 Subject: [PATCH 1/3] Add GitHub Sponsors --- .github/FUNDING.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 13933c899e..77d527bd0b 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +github: JosefPihrt patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username @@ -9,4 +9,3 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username -custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BX85UA346VTN6 From 3451b435ea59966bdd1d0d424023b5396ad0f824 Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Wed, 2 Aug 2023 11:47:15 +0200 Subject: [PATCH 2/3] update --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b46c5c1ce4..6ee6929342 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: version3: ${{ steps.version.outputs.version3 }} cliVersion: ${{ steps.cliVersion.outputs.version }} defaults: - run: + run: working-directory: src steps: - uses: actions/checkout@v3 From 1d469c944ca7f7ae936947f46404e81df5d0879f Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Wed, 2 Aug 2023 11:47:20 +0200 Subject: [PATCH 3/3] update --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ee6929342..b46c5c1ce4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: version3: ${{ steps.version.outputs.version3 }} cliVersion: ${{ steps.cliVersion.outputs.version }} defaults: - run: + run: working-directory: src steps: - uses: actions/checkout@v3