Skip to content

Commit

Permalink
build: enable real build, not simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
DeckerSU committed Nov 10, 2023
1 parent e13b22f commit 5b685f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-project-docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ emulate_build() {
echo test > ${WORKSPACE}/releases/macos/KomodoOcean-0.8.1-beta1.dmg
}
if false; then
if true; then
# Check if awk command exists
command -v awk >/dev/null 2>&1 || { echo >&2 "ERROR: awk command not found."; exit 1; }
# Check if sha256sum command exists
Expand Down

0 comments on commit 5b685f1

Please sign in to comment.