Update Actions - Fix upstream error
Some checks failed
Build and Save Artifact / build (push) Failing after 10s

This commit is contained in:
Cyanoure
2024-09-15 16:10:46 +02:00
parent 76f4106fd7
commit 28e3afafae

View File

@ -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