Build system: Fix release deployment
This commit is contained in:
parent
e517eac396
commit
1ce1780a86
2 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
. "$(dirname "$0")/tools/functions/parse-version.sh.inc"
|
||||
export PATH="$PICO_TOOLS_DIR:$PATH"
|
||||
. "$PICO_TOOLS_DIR/functions/parse-version.sh.inc"
|
||||
|
||||
# parameters
|
||||
ARCHIVE="$1" # release archive file name
|
||||
|
|
|
@ -31,8 +31,8 @@ if [ "$DEPLOY_FULL" != "true" ]; then
|
|||
echo
|
||||
fi
|
||||
|
||||
. "$(dirname "$0")/tools/functions/parse-version.sh.inc"
|
||||
export PATH="$PICO_TOOLS_DIR:$PATH"
|
||||
. "$PICO_TOOLS_DIR/functions/parse-version.sh.inc"
|
||||
|
||||
# parse version
|
||||
if ! parse_version "$PROJECT_REPO_TAG"; then
|
||||
|
|
Loading…
Reference in a new issue