Skip to content

Commit ea8bc0a

Browse files
committed
fixes to build-and-upload/main
1 parent 638ffd1 commit ea8bc0a

File tree

1 file changed

+4
-4
lines changed
  • .github/actions/artifact-size-metrics/utils/build-and-upload

1 file changed

+4
-4
lines changed

.github/actions/artifact-size-metrics/utils/build-and-upload/main.sh

100644100755
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
source ./metrics.sh
4-
source ./cloudwatch.sh
5-
source ../s3.sh
6-
source ../setup.sh
3+
source "$(dirname "$0")/metrics.sh"
4+
source "$(dirname "$0")/cloudwatch.sh"
5+
source "$(dirname "$0")/../s3.sh"
6+
source "$(dirname "$0")/../setup.sh"
77

88
setup
99

0 commit comments

Comments
 (0)