Skip to content

Commit 39fc5f2

Browse files
committed
Fix CI job
1 parent c1874c5 commit 39fc5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
pushd emsdk
173173
./emsdk activate ${{matrix.emsdk_ver}}
174174
source emsdk_env.sh
175-
export FILE_PACKAGER=$(cwd)/upstream/emscripten/tools/file_packager.py
175+
export FILE_PACKAGER=$(pwd)/upstream/emscripten/tools/file_packager.py
176176
popd
177177
178178
yarn install

0 commit comments

Comments
 (0)