Skip to content

Commit

Permalink
Merge pull request #194 from builder555/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
builder555 authored Nov 22, 2023
2 parents b6708d5 + 7d545a4 commit 96729c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ci/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ fi
zip_path="$(dirname "${PWD}")/${name}.zip"

pushd dist || exit
cp version.txt main_server/
zip -r "${zip_path}" main_server/ serve/

popd || exit
zip -u -j "${zip_path}" ci/start.sh version.txt
zip -u -j "${zip_path}" ci/start.sh

echo "asset_path=$zip_path" >> "$GITHUB_OUTPUT"
echo "asset_name=${name}.zip" >> "$GITHUB_OUTPUT"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.1
1.14.2

0 comments on commit 96729c5

Please sign in to comment.