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 d994a23 commit c7e753e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cat $DEBIAN_PATH/control
cp ./build/debian/postinst $DEBIAN_PATH/postinst
chmod 775 $DEBIAN_PATH/postinst
mv -r .next/standalone $SERVER_BIN_PATH
mv .next/standalone $SERVER_BIN_PATH
dpkg-deb --build $TMP_DIR
mv /tmp/liman-website.deb /tmp/liman-website-x64.deb
rm -rf $DEBIAN_PATH
Expand Down

0 comments on commit c7e753e

Please sign in to comment.