File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " ran " : patch
3+ ---
4+
5+ fix: manual redeploy of ` ran `
Original file line number Diff line number Diff line change 2929 uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
3030 with :
3131 name : ran-linux
32- path : ./packages/ran/out/ran*.zip
32+ path : ./packages/ran/out/**/ ran- *.zip
3333 if-no-files-found : error
3434 retention-days : 1
Original file line number Diff line number Diff line change @@ -134,13 +134,13 @@ echo "📝 Creating VERSION.txt..."
134134echo " $VERSION " > " $OUTPUT_DIR /VERSION.txt"
135135
136136# Create final ZIP bundle
137- ARCHIVE_NAME=" ran_ ${VERSION} _all_platforms .zip"
137+ ARCHIVE_NAME=" ran- ${VERSION} -all-platforms .zip"
138138
139139echo " "
140140echo " 📦 Creating ZIP bundle: $ARCHIVE_NAME "
141141(
142142 cd " $OUTPUT_DIR "
143- zip -r -9 " .. /$ARCHIVE_NAME " . > /dev/null
143+ zip -r -9 " $OUTPUT_DIR /$ARCHIVE_NAME " . > /dev/null
144144)
145145
146146echo " "
You can’t perform that action at this time.
0 commit comments