From 6fff25977aa573fe3f18945eb40c55235a17ec76 Mon Sep 17 00:00:00 2001 From: byeoon <47872200+byeoon@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:46:07 -0400 Subject: [PATCH] don't overwrite builds already existing in the directory --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aae5343a..85f8e980 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,6 @@ jobs: - name: Push builds run: | - rm $GITHUB_WORKSPACE/builds/* || true cp -r dist/* $GITHUB_WORKSPACE/builds || true cd $GITHUB_WORKSPACE/builds git config --local user.email "actions@github.com" @@ -46,4 +45,4 @@ jobs: - name: Purge CDN cache run: | curl https://purge.jsdelivr.net/gh/opti-mod/builds - \ No newline at end of file +