Skip to content

Commit

Permalink
fix tar
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqi committed Sep 14, 2021
1 parent 5d20d57 commit 2d777ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Typecho-dev-Ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
mkdir build/usr/uploads/
chmod 777 build/usr/uploads/
rm -rf build/admin/src
tree -d build
cd build && tar -cvf typecho.tar * && mv typecho.tar ../ && cd -
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
with:
name: typecho
path: ./build/
path: typecho.tar
- name: Trigger build
run: |
curl -XPOST -H "Authorization: token ${{ secrets.WORKFLOW_TOKEN }}" \
Expand Down

0 comments on commit 2d777ec

Please sign in to comment.