Skip to content

Commit

Permalink
Remove build folders before archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
thivi committed Oct 10, 2021
1 parent e50bc99 commit 4ffc6e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
then
cd samples
rm -rf **/node_modules/
rm -rf **/build/
for dir in */ ; do
zip -r "../artifacts/${dir%/}.zip" $dir
done
Expand Down

0 comments on commit 4ffc6e4

Please sign in to comment.