From 6f32fb1dd87668c645b2709fc4ca3a719cc36a7d Mon Sep 17 00:00:00 2001 From: builder555 <85308587+builder555@users.noreply.github.com> Date: Wed, 22 Nov 2023 12:17:14 -0500 Subject: [PATCH 1/2] fix: hopefully NOW #193 is fixed --- ci/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/package.sh b/ci/package.sh index 5b7305f3..f20c3c0e 100755 --- a/ci/package.sh +++ b/ci/package.sh @@ -10,7 +10,7 @@ fi zip_path="$(dirname "${PWD}")/${name}.zip" pushd dist || exit -cp version.txt main_server/ +cp ../version.txt main_server/ zip -r "${zip_path}" main_server/ serve/ popd || exit From 83cb8ee6e6a2deafc316fa7faede43985e3b5445 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Nov 2023 17:17:27 +0000 Subject: [PATCH 2/2] chore: bump version to 1.14.3 --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index a4cc5571..4ea8ad87 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.14.2 +1.14.3