Skip to content

Commit

Permalink
fix: Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz committed Nov 20, 2023
1 parent 1106c8c commit b094a6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
cat $DEBIAN_PATH/control
cp ./build/debian/postinst $DEBIAN_PATH/postinst
chmod 775 $DEBIAN_PATH/postinst
mv .next/standalone $SERVER_BIN_PATH
mv .next/standalone/* $SERVER_BIN_PATH >/dev/null
mv .next/standalone/.next $SERVER_BIN_PATH >/dev/null
dpkg-deb --build $TMP_DIR
mv /tmp/liman-website.deb /tmp/liman-website-${{ github.run_number }}.deb
rm -rf $DEBIAN_PATH
Expand Down

0 comments on commit b094a6e

Please sign in to comment.