This commit is contained in:
smartfrigde 2022-05-24 13:45:13 +02:00
parent 3fd9817d4f
commit a619bd50a2

View file

@ -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