Skip to content

Commit

Permalink
don't overwrite builds already existing in the directory
Browse files Browse the repository at this point in the history
  • Loading branch information
byeoon authored Oct 24, 2024
1 parent 358253a commit 6fff259
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -46,4 +45,4 @@ jobs:
- name: Purge CDN cache
run: |
curl https://purge.jsdelivr.net/gh/opti-mod/builds

0 comments on commit 6fff259

Please sign in to comment.