This commit is contained in:
parent
7fdf01356c
commit
0f1dd8be47
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ jobs:
|
|||
run: ls -la
|
||||
|
||||
- name: Remove Files Listed in .distignore
|
||||
run: rm -r tests
|
||||
run: rm -r tests/
|
||||
|
||||
- name: Remove Files Listed in .distignore
|
||||
run: ls -la
|
||||
|
||||
- uses: https://code.forgejo.org/actions/forgejo-release@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue