Skip to content

Commit

Permalink
Cleanup release build
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannielsen committed Sep 1, 2022
1 parent 94a3fba commit bf1d39b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
include: "cloud_files/addon.setup.php"
regex: true

- name: Remove tests
- name: Remove development files
working-directory: cloud_files
run: rm -rf tests
run: |
rm -rf tests
rm -rf .github
- name: Archive Add-on
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit bf1d39b

Please sign in to comment.