mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
fix project json
This commit is contained in:
parent
4da1de265f
commit
dbcf74c94f
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
uses: CompeyDev/setup-rokit@v0.1.2
|
uses: CompeyDev/setup-rokit@v0.1.2
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: rojo build build.project.json -o build.rbxm
|
run: rojo build default.project.json -o build.rbxm
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
run: gh release upload ${{github.event.release.tag_name}} build.rbxm
|
run: gh release upload ${{github.event.release.tag_name}} build.rbxm
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name = "centau/vide"
|
name = "centau/vide"
|
||||||
version = "0.3.1"
|
version = "0.3.1-test.0"
|
||||||
description = "A reactive Luau library for creating UI."
|
description = "A reactive Luau library for creating UI."
|
||||||
authors = ["centau"]
|
authors = ["centau"]
|
||||||
repository = "https://github.com/centau/vide"
|
repository = "https://github.com/centau/vide"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
name = "centau/vide"
|
name = "centau/vide"
|
||||||
description = "A reactive Luau library for creating UI. "
|
description = "A reactive Luau library for creating UI. "
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
version = "0.3.1"
|
version = "0.3.1-test.0"
|
||||||
registry = "https://github.com/UpliftGames/wally-index"
|
registry = "https://github.com/UpliftGames/wally-index"
|
||||||
realm = "shared"
|
realm = "shared"
|
||||||
include = ["default.project.json", "LICENSE", "src"]
|
include = ["default.project.json", "LICENSE", "src"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue