Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater authored Oct 31, 2024
1 parent 0415328 commit 9ea53e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

- name: List Dist
- name: List & Clean Dist
run: |
tree dist
cd dist
find . -type d -name "*stampy*" -exec rm -rf {} +
cd ..
tree dist
- name: Add changelog
run: |
Expand Down

0 comments on commit 9ea53e5

Please sign in to comment.