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 bf3f760 commit 3fbc6acCopy full SHA for 3fbc6ac
apps/deploy-app.mdx
@@ -53,7 +53,7 @@ jobs:
53
- name: Setup Go
54
uses: actions/setup-go@v5
55
with:
56
- go-version: "1.24.4"
+ go-version: "1.24.5"
57
58
- name: Setup TinyGo
59
uses: acifani/setup-tinygo@v2
@@ -62,6 +62,12 @@ jobs:
62
63
- name: Build project
64
run: npx -p @hypermode/modus-cli -y modus build
65
+
66
+ - name: Publish GitHub artifact
67
+ uses: actions/upload-artifact@v4
68
+ with:
69
+ name: build
70
+ path: ./build/*
71
```
72
73
Once the workflow is added, **any push to the `main` branch automatically
0 commit comments