mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
Add step for deleting artifacts
This commit is contained in:
parent
708d93a334
commit
c3ba81a533
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ runs:
|
|||
run: |
|
||||
unzip aftman*.zip
|
||||
./aftman self-install
|
||||
shell: bash
|
||||
|
||||
- name: Delete artifacts
|
||||
run: |
|
||||
rm aftman*.zip
|
||||
rm aftman*
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue