Skip to content

Commit

Permalink
fix: static folder should not be included
Browse files Browse the repository at this point in the history
  • Loading branch information
whilefoo committed Aug 2, 2023
1 parent a57f089 commit ca90b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "event_name=$EVENT_NAME,pr_number=$PR_NUMBER,sha=$SHA"
mkdir -p ./pr
echo "event_name=$EVENT_NAME,pr_number=$PR_NUMBER,sha=$SHA," > ./pr/pr_number
zip -r pull-request.zip ./static/* && cp pull-request.zip ./pr/
cd ./static && zip -r ../pr/pull-request.zip ./*
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ca90b26

Please sign in to comment.