Open ofTheo opened 5 hours ago
there was a change by @danoli3 where this was removed from nightly and manual. should we put back?
on:
workflow_dispatch:
inputs:
release:
description: 'release'
required: true
default: 'nightly'
I've put back manual nightly from before changes to see if it run. It is now called manual-nightly-ok
and it fails in line 430 of scripts/dev/create_package.sh
which seems to be an incomplete command:
-t $RELEASE
I disagree of the latest changes in manual-nightly. it should be simple and do only what it means, a nightly created manually, not by tag, not including the final release.
Thanks @dimitre - maybe we can revert that one back?
This seems like a stable place to try from:https://github.com/openframeworks/openFrameworks/blob/47583f6165a9384cdf37ea009c20bf5abc4d9954/.github/workflows/manual-nightly.yml
@danoli3 did you change the behavior to only build when there have been changes to the repo?
When I look at the nightly actions they just say "Skipped"