File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -606,7 +606,7 @@ jobs:
606
606
shell : bash -e -l {0}
607
607
run : |
608
608
./build0.sh
609
- lpython_version=$(<version )
609
+ lpython_version=$(<lp_version )
610
610
ci/create_source_tarball.sh $lpython_version
611
611
612
612
- name : Upload Tarball to Release
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if (LPYTHON_BUILD_ALL)
7
7
execute_process (COMMAND "build0.sh" )
8
8
endif ()
9
9
10
- file (STRINGS "version " LFORTRAN_VERSION)
10
+ file (STRINGS "lp_version " LFORTRAN_VERSION)
11
11
12
12
project (lpython LANGUAGES C CXX)
13
13
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ python lfortran/src/libasr/intrinsic_func_registry_util_gen.py
41
41
pushd src / lpython / parser & & re2c - W - b tokenizer .re - o tokenizer .cpp & & popd
42
42
pushd src / lpython / parser & & bison - Wall - d - r all parser .yy & & popd
43
43
44
- $lpython_version = $(cat version ).strip ()
44
+ $lpython_version = $(cat lp_version ).strip ()
45
45
$dest = "lpython-" + $lpython_version
46
46
bash ci / create_source_tarball0 .sh
47
47
tar xzf dist / lpython - $lpython_version .tar .gz
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cmake -E copy_directory cmake $dest/cmake
11
11
cmake -E copy_directory examples $dest /examples
12
12
13
13
# Copy Files:
14
- cmake -E copy CMakeLists.txt README.md LICENSE version $dest
14
+ cmake -E copy CMakeLists.txt README.md LICENSE lp_version $dest
15
15
16
16
# Create the tarball
17
17
cmake -E make_directory dist
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ set -ex
15
15
16
16
version=$( git describe --tags --dirty)
17
17
version=" ${version: 1} "
18
- echo $version > version
18
+ echo $version > lp_version
You can’t perform that action at this time.
0 commit comments