Skip to content

Commit e60ddea

Browse files
author
Footagesus
committed
fix: upload only main.lua
1 parent fec0d69 commit e60ddea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/blank.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- name: Run build
3636
run: sh build/build.sh build
3737

38-
- name: Upload dist
38+
- name: Upload main.lua
3939
uses: actions/upload-artifact@v4
4040
with:
41-
name: windui-dist
42-
path: dist/
41+
name: main.lua
42+
path: dist/main.lua

0 commit comments

Comments
 (0)