Update Actions
Some checks failed
Build and Save Artifact / build (push) Successful in 12s
Build and Save Artifact / build (pull_request) Failing after 6s

This commit is contained in:
Cyanoure
2024-09-15 17:02:26 +02:00
parent c06b06c748
commit 1ba617e863

View File

@ -33,7 +33,7 @@ jobs:
BRANCH_NAME="${GITHUB_REF_NAME}-build"
git fetch origin $BRANCH_NAME --unshallow || true # Allow failure if branch doesn't exist
git switch $BRANCH_NAME || git switch -c $BRANCH_NAME
git merge ${GITHUB_REF_NAME}
git merge ${GITHUB_REF_NAME} -m "Update branch [skip ci]"
rm -rf dist
# Install dependencies