From d19390fc50e67eb6003ed44d9b00dfc383e90291 Mon Sep 17 00:00:00 2001 From: celetor Date: Fri, 7 Jan 2022 11:39:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75b53fc67..b4a27d9ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: git config --local user.name "github-actions[bot]" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git clone "https://${{ github.actor }}:${{ secrets.ACTIONS_TOKEN }}@github.com/${{ github.actor }}/release" -b release release-branch - mv -rf $GITHUB_WORKSPACE/apk/*.apk release-branch + mv -f $GITHUB_WORKSPACE/apk/*.apk release-branch cd release-branch git add *.apk git commit -m "${{ env.RELEASE_VERSION }}" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 81bbdcd56..51631e482 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -131,7 +131,7 @@ jobs: git config --local user.name "github-actions[bot]" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git clone "https://${{ github.actor }}:${{ secrets.ACTIONS_TOKEN }}@github.com/${{ github.actor }}/release" -b test test-branch - mv -rf $GITHUB_WORKSPACE/apk/*.apk test-branch + mv -f $GITHUB_WORKSPACE/apk/*.apk test-branch cd test-branch git add *.apk git commit -m "${{ needs.prepare.outputs.versionL }}"