Skip to content

Commit

Permalink
remove build dir after build
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Nov 13, 2023
1 parent 043ccc5 commit 13d26a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
set -eux
jlpm
jlpm run build
rm -rf build
jlpm run lint:check
build:
Expand All @@ -50,6 +51,7 @@ jobs:
cd lite
set -eux
python -m build
rm -rf build
- name: Upload extension packages
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 13d26a0

Please sign in to comment.