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