Skip to content

Commit

Permalink
ci: fail on build error
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Jan 28, 2023
1 parent c7b7e1a commit 1037a5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action-build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -e

# export BUILD_UNIVERSAL=1

# preinstall
Expand All @@ -11,5 +13,5 @@
# build Squirrel
make package

# debug only for finding pkg path
echo 'Installer package:'
find . -type f -name "*.pkg"
2 changes: 2 additions & 0 deletions action-install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -e

rime_version=1.8.3

rime_archive='rime-a0fceab-macOS.tar.bz2'
Expand Down

0 comments on commit 1037a5b

Please sign in to comment.