fix: fix release github action fail (#383)

This commit is contained in:
CorrectRoadH 2024-01-15 14:12:42 +08:00 committed by GitHub
parent 76b177aea0
commit 935819aa68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ jobs:
- name: Copy Files to Pages - name: Copy Files to Pages
run: | run: |
cp /tmp/checksums.txt pages/checksums.txt
cp /tmp/linux-all-appstore-${{ github.ref_name }}.tar.gz pages/ cp /tmp/linux-all-appstore-${{ github.ref_name }}.tar.gz pages/
- name: Commit and Push to Target Repository - name: Commit and Push to Target Repository