We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fcbc08 commit 44f4f3bCopy full SHA for 44f4f3b
2 files changed
.github/workflows/scripts/create-github-release.sh
@@ -16,7 +16,8 @@ VERSION="$1"
16
VERSION_NO_V=${VERSION#v}
17
18
# Source centralized agent configuration
19
-source "./agent-config.sh"
+SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
20
+source "$SCRIPT_DIR/agent-config.sh"
21
22
# Dynamically build release asset list
23
RELEASE_ASSETS=()
.github/workflows/scripts/create-release-packages.sh
@@ -162,7 +162,8 @@ build_variant() {
162
}
163
164
165
166
167
168
ALL_SCRIPTS=(sh ps)
169
0 commit comments