Skip to content

Commit 2eb4bc3

Browse files
committed
Fix the tarball creation
1 parent 5771950 commit 2eb4bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ci/create_source_tarball0.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cmake -E copy_directory src $dest/src
99
cmake -E copy_directory share $dest/share
1010
cmake -E copy_directory cmake $dest/cmake
1111
cmake -E copy_directory examples $dest/examples
12-
cmake -E copy_directory lfortran/src/libasr $dest/lfortran/src/libasr
12+
cmake -E copy_directory libasr/src/libasr $dest/libasr/src/libasr
1313

1414
# Copy Files:
1515
cmake -E copy CMakeLists.txt README.md LICENSE lp_version $dest

0 commit comments

Comments
 (0)