From 28e3afafae2d69a813f4a6cdde6dfdb775c67e05 Mon Sep 17 00:00:00 2001 From: Cyanoure Date: Sun, 15 Sep 2024 16:10:46 +0200 Subject: [PATCH] Update Actions - Fix upstream error --- .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 38a943d..2d30a3b 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -46,7 +46,7 @@ jobs: git config --global user.name 'Git Bot' git config --global user.email 'noreply@kozelkaricsi.hu' git add -f dist && git commit -am "Build" - git push + git push --set-upstream origin ${GITHUB_REF_NAME}-build # Upload the build directory as an artifact - name: Upload build artifact