You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RELEASE_NAME="SimplyPi with OctoPrint ${{ steps.octoprint_latestrelease.outputs.release }}, SimplyPrint ${{ steps.simplyprint_version.outputs.release }} (based on OctoPi ${{ steps.octopi_latestrelease.outputs.release }})"
@@ -91,6 +102,27 @@ jobs:
91
102
92
103
echo "RELEASE_BODY=$RELEASE_BODY" >> $GITHUB_ENV
93
104
105
+
RELEASE_DATE="$(date -u +"%Y-%m-%d")"
106
+
107
+
cat > build/rpi-imager-simplypi.json << EOF
108
+
{
109
+
"os_list": [
110
+
{
111
+
"name": "SimplyPrint OS (aka. SimplyPi - latest)",
112
+
"description": "Effortlessly manage 1, 2 or 100 3D printers from anywhere with the SimplyPrint ecosystem - free and easy to set up (SimplyPrint plugin on top of OctoPrint)",
"name": "SimplyPrint OS (aka. SimplyPi - latest)",
5
+
"description": "Effortlessly manage 1, 2 or 100 3D printers from anywhere with the SimplyPrint ecosystem - free and easy to set up (SimplyPrint plugin on top of OctoPrint)",
0 commit comments