1
1
mirror of https://github.com/mgree/ffs.git synced 2024-09-11 19:17:40 +03:00

fixup exit status

This commit is contained in:
Michael Greenberg 2022-08-03 11:30:09 -04:00
parent bd22f21877
commit ff09d2bbae

View File

@ -97,7 +97,7 @@ jobs:
run: |
mkdir ffs
mv ffs.linux/ffs ffs/ffs.linux
[ -d ffs.macos ] && [ -f ffs.macos/ffs ] && ffs.macos/ffs ffs/ffs.macos
[ -d ffs.macos ] && [ -f ffs.macos/ffs ] && ffs.macos/ffs ffs/ffs.macos || echo "macOS is disabled 😢"
- name: Deploy 'latest' release
uses: "marvinpinto/action-automatic-releases@latest"