This commit is contained in:
smartfridge 2022-05-24 20:01:47 +02:00 committed by GitHub
parent a619bd50a2
commit b62ee16640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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