Skip to content

Commit

Permalink
fix: hopefully NOW #193 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 committed Nov 22, 2023
1 parent 7d545a4 commit 6f32fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f32fb1

Please sign in to comment.