CI: additionally cleanup artifacts (#4)
This commit is contained in:
parent
1d9698ddac
commit
b48af48078
|
@ -110,3 +110,7 @@ jobs:
|
||||||
remote_port: ${{ secrets.RSYNC_DEPLOY_PORT }}
|
remote_port: ${{ secrets.RSYNC_DEPLOY_PORT }}
|
||||||
remote_user: ${{ secrets.RSYNC_DEPLOY_USER }}
|
remote_user: ${{ secrets.RSYNC_DEPLOY_USER }}
|
||||||
remote_key: ${{ secrets.RSYNC_DEPLOY_KEY }}
|
remote_key: ${{ secrets.RSYNC_DEPLOY_KEY }}
|
||||||
|
|
||||||
|
- name: Cleanup artifacts
|
||||||
|
run: |
|
||||||
|
rm -rf artifacts
|
Loading…
Reference in New Issue