Skip to content

Commit

Permalink
Artifact script fix (#426)
Browse files Browse the repository at this point in the history
* Artifact script folder

* Artifact script location
  • Loading branch information
danoli3 committed Aug 16, 2024
1 parent 69862e6 commit 027a29e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/artifact/artifact-clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ else
run "tail -n 10 formula_${ARCH}.log"
}

ROOT=$(cd $(dirname "$0"); pwd -P)/..
ROOT=$(cd $(dirname "$0"); pwd -P)/../..
LOCAL_ROOT=$ROOT
fi

Expand Down
2 changes: 1 addition & 1 deletion scripts/artifact/artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ "$TRAVIS" = true -o "$GITHUB_ACTIONS" = true ] && [ "$TARGET" == "emscript
# DOCKER_HOME=$(docker exec -i emscripten echo '$HOME')
# CCACHE_DOCKER=$(docker exec -i emscripten ccache -p | grep "cache_dir =" | sed "s/(default) cache_dir = \(.*\)/\1/")
ROOT=$(docker exec -i emscripten pwd)
LOCAL_ROOT=$(cd $(dirname "$0"); pwd -P)/..
LOCAL_ROOT=$(cd $(dirname "$0"); pwd -P)/../..
else
run(){
echo "$@"
Expand Down

0 comments on commit 027a29e

Please sign in to comment.