Skip to content

Commit

Permalink
fix: ci for pr error (#17)
Browse files Browse the repository at this point in the history
* fix: ci for pr error

* fix
  • Loading branch information
northword authored May 6, 2024
1 parent eb58b1b commit cc5bdbd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
uses: actions/download-artifact@v4
with:
name: build-result
path: dist

- name: 解压构建文件
run: |
tar -xvf dist.tar dist
# ls -R -a
# - name: 解压构建文件
# run: |
# tar -xvf dist.tar dist
# # ls -R -a

- name: 推送到 Netlify
id: netlify
Expand Down

0 comments on commit cc5bdbd

Please sign in to comment.