mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
ls
This commit is contained in:
parent
3fd9817d4f
commit
a619bd50a2
1 changed files with 3 additions and 4 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -107,9 +107,6 @@ jobs:
|
|||
needs: [build-linux, build-mac, build-windows]
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: ArmCordMac
|
||||
|
@ -124,8 +121,10 @@ jobs:
|
|||
with:
|
||||
name: ArmCordLinux
|
||||
path: linux
|
||||
- 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: ls -d linux/*/ | xargs rm -rf && ls -d macos/*/ | xargs rm -rf && ls -d windows/*/ | xargs rm -rf
|
||||
- name: Get some values needed for the release
|
||||
id: vars
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue