mirror of
https://github.com/Ukendio/jecs.git
synced 2025-08-04 11:19:17 +00:00
Run last step at all costs
This commit is contained in:
parent
9b57174a1e
commit
bdeeb5afcf
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
@ -33,4 +33,5 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Cleanup Luau Binaries
|
- name: Cleanup Luau Binaries
|
||||||
|
if: '!cancelled()'
|
||||||
run: rm luau && rm luau-analyze && rm luau-compile && rm luau-ubuntu.zip && rm luau-link.txt
|
run: rm luau && rm luau-analyze && rm luau-compile && rm luau-ubuntu.zip && rm luau-link.txt
|
||||||
|
|
Loading…
Reference in a new issue