Skip to content

Commit f76c12f

Browse files
committed
fix wrong path
1 parent 925334e commit f76c12f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/extension-chrome/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ web-ext lint
6666
web-ext build
6767

6868
# Print the size of the built extension
69-
ls -l "${TMP_BUILD_DIR}/web-ext-artifacts/running_challenges-*.zip"
69+
ls -l web-ext-artifacts/running_challenges-*.zip

build/extension-firefox/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ web-ext lint
7070
web-ext build
7171

7272
# Print the size of the built extension
73-
ls -l "${TMP_BUILD_DIR}/web-ext-artifacts/running_challenges-*.zip"
73+
ls -l web-ext-artifacts/running_challenges-*.zip

0 commit comments

Comments
 (0)