Update Typecho-dev-Ci.yml

This commit is contained in:
joyqi 2021-08-19 17:58:47 +08:00 committed by GitHub
parent 29cf8a070d
commit 78a4cc9f84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ jobs:
mkdir build/usr/uploads/
chmod 777 build/usr/uploads/
rm -rf build/admin/src
cd build && tar -cvvzf typecho.tar.gz * && mv typecho.tar.gz && cd ..
cd build && tar -cvvzf typecho.tar.gz * && mv typecho.tar.gz .. && cd ..
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
with: