From f1dc627da0f8711b617099b4ffbfbd6399cffa77 Mon Sep 17 00:00:00 2001 From: CorrectRoadH Date: Mon, 15 Jan 2024 17:47:48 +0800 Subject: [PATCH] fix: fix release copy fail (#392) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81e8d47..75d93fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: - name: Copy run: | mkdir pages - cp linux-all-appstore.zip pages/linux-all-appstore.zip + cp /tmp/linux-all-appstore.zip pages/linux-all-appstore.zip - name: Pushes to another repository uses: cpina/github-action-push-to-another-repository@main