Skip to content

Commit

Permalink
guh
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 committed Aug 11, 2023
1 parent ea971a9 commit 7bd4fbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ jobs:
cd craftos2
cp -Rp $GITHUB_WORKSPACE/craftos2-release-resources/ubuntu/debian_craftos-pc$LUAJIT debian
if [ "a$LUAJIT" == "a" ]; then VERSION=1:$VERSION; fi
echo "craftos-pc$LUAJIT ($VERSION-focal1) focal; urgency=medium" > debian/changelog
REVISION=1
if [ -e "debian/revision_$VERSION" ]; then REVISION=`cat debian/revision_$VERSION`; fi
echo "craftos-pc$LUAJIT ($VERSION-focal$REVISION) focal; urgency=medium" > debian/changelog
echo " " >> debian/changelog
echo "$RELEASE_BODY" | sed 's/^/ /' >> debian/changelog
echo " " >> debian/changelog
Expand Down

0 comments on commit 7bd4fbf

Please sign in to comment.