We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d3684 commit a0fbc81Copy full SHA for a0fbc81
.github/workflows/release.yaml
@@ -25,27 +25,21 @@ jobs:
25
with:
26
node-version: '18'
27
28
+ - name: Install Task
29
+ uses: arduino/setup-task@v2
30
+
31
- name: Scratch init
32
run: |
- go tool \
- github.com/go-task/task/v3/cmd/task \
- --silent \
33
- scratch:init
+ task scratch:init
34
35
- name: Create build
36
37
38
39
40
- app:build
+ task app:build
41
42
- name: Create zip
43
44
45
46
47
- app:zip
48
-
+ task app:zip
49
- name: Upload artifacts
50
uses: actions/upload-artifact@v5
51
0 commit comments