Skip to content

Commit 3fbc6ac

Browse files
update app workflow
1 parent bf3f760 commit 3fbc6ac

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

apps/deploy-app.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Go
5454
uses: actions/setup-go@v5
5555
with:
56-
go-version: "1.24.4"
56+
go-version: "1.24.5"
5757

5858
- name: Setup TinyGo
5959
uses: acifani/setup-tinygo@v2
@@ -62,6 +62,12 @@ jobs:
6262

6363
- name: Build project
6464
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/*
6571
```
6672
6773
Once the workflow is added, **any push to the `main` branch automatically

0 commit comments

Comments
 (0)