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
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -107,9 +107,6 @@ jobs:
|
||||||
needs: [build-linux, build-mac, build-windows]
|
needs: [build-linux, build-mac, build-windows]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ArmCordMac
|
name: ArmCordMac
|
||||||
|
@ -124,6 +121,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: ArmCordLinux
|
name: ArmCordLinux
|
||||||
path: linux
|
path: linux
|
||||||
|
- name: ls
|
||||||
|
run: ls
|
||||||
- name: Delete unwanted directories
|
- 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
|
- name: Get some values needed for the release
|
||||||
|
|
Loading…
Reference in a new issue