Commit e838175
authored
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 script1 parent 65728b9 commit e838175
File tree
158 files changed
+2357
-471708
lines changed- .github/workflows
- assets
- static/blocks-media
- default
- extensions
- icons
- high-contrast
- extensions
- icons
- sketch
- Arduino_Modulino
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
158 files changed
+2357
-471708
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 3 | + | |
12 | 4 | | |
13 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
14 | 12 | | |
15 | | - | |
| 13 | + | |
16 | 14 | | |
17 | | - | |
18 | | - | |
| 15 | + | |
19 | 16 | | |
20 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 6 | | |
26 | 7 | | |
| 8 | + | |
27 | 9 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
35 | 13 | | |
36 | 14 | | |
37 | 15 | | |
38 | 16 | | |
39 | 17 | | |
40 | | - | |
| 18 | + | |
41 | 19 | | |
42 | 20 | | |
43 | 21 | | |
44 | 22 | | |
45 | | - | |
| 23 | + | |
| 24 | + | |
46 | 25 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
51 | 39 | | |
52 | 40 | | |
53 | 41 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments