mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
e
This commit is contained in:
parent
a619bd50a2
commit
b62ee16640
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -124,7 +124,7 @@ jobs:
|
|||
- name: ls
|
||||
run: ls
|
||||
- name: Delete unwanted directories
|
||||
run: ls -d linux/*/ | xargs rm -rf && ls -d macos/*/ | xargs rm -rf && ls -d windows/*/ | xargs rm -rf
|
||||
run: rm -rf {linux,macos,windows}/*/
|
||||
- name: Get some values needed for the release
|
||||
id: vars
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue