From 935819aa681993ea1f2b4e571ff16f2732c844a2 Mon Sep 17 00:00:00 2001 From: CorrectRoadH Date: Mon, 15 Jan 2024 14:12:42 +0800 Subject: [PATCH] fix: fix release github action fail (#383) --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29fdc3018..1dad8d4f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,6 @@ jobs: - name: Copy Files to Pages run: | - cp /tmp/checksums.txt pages/checksums.txt cp /tmp/linux-all-appstore-${{ github.ref_name }}.tar.gz pages/ - name: Commit and Push to Target Repository