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
feat(ci): create release with zip and to install the app into the board with one-line comand (#14)
* wip. task create zip
* Update sketch.yaml to specify commit for Arduino_Modulino to avoid build issues with ArduinoLedMatrix
* chore: update .gitignore and README for task adjustments; remove obsolete build ignore
* feat: add GitHub Actions workflow for automated release process
* fix: update release workflow to include workflow_dispatch and correct step name for zip creation
* fix: correct Go version specification in release workflow
* refactor: simplify task execution in release workflow by removing Go tool commands
* fix: correct command execution context for npm install and build in scratch:init task
* feat: add installer script for scratch-arduino-app and update release workflow to set environment variables
* fix: uncomment zip creation step and correct syntax for artifact name in release workflow
* fix: correct environment variable reference for artifact name in release workflow
* fix
* fix
* fix: update installation paths to use HOME variable for consistency
* fix: remove commented-out zip creation step in release workflow
* fix: update release workflow to create zip and upload artifacts
* fix: add missing newline and correct indentation in release workflow
* fix: simplify download command in installer script
* fix: correct token variable name in release workflow
* fix: update token reference in release workflow and remove unnecessary newline
* fix: streamline zip creation process and enhance versioning in Taskfile
* fix: simplify installer script by removing unnecessary checks and using latest release download
* fix: update installation instructions and improve download process in installer script
* fix: remove redundant installation messages and streamline script execution
* fix: remove redundant cleanup step in installation script
* fix: add error handling for missing zip file in installation script
* fix: clarify download directory in installation script
0 commit comments