-
Notifications
You must be signed in to change notification settings - Fork 1
feat(ci): create release with zip and to instal lthe app into the board with one-line comand #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ild issues with ArduinoLedMatrix
…lete build ignore
… step name for zip creation
… workflow to set environment variables
… in release workflow
…ng latest release download
… installer script
dido18
added a commit
that referenced
this pull request
Oct 26, 2025
…rd 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Simplify the installation of the app.
Changes