fix project json

This commit is contained in:
Alice 2025-02-23 12:04:34 +01:00 committed by centau
parent 4da1de265f
commit dbcf74c94f
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ jobs:
uses: CompeyDev/setup-rokit@v0.1.2
- name: build
run: rojo build build.project.json -o build.rbxm
run: rojo build default.project.json -o build.rbxm
- name: release
run: gh release upload ${{github.event.release.tag_name}} build.rbxm

View file

@ -1,5 +1,5 @@
name = "centau/vide"
version = "0.3.1"
version = "0.3.1-test.0"
description = "A reactive Luau library for creating UI."
authors = ["centau"]
repository = "https://github.com/centau/vide"

View file

@ -2,7 +2,7 @@
name = "centau/vide"
description = "A reactive Luau library for creating UI. "
license = "MIT"
version = "0.3.1"
version = "0.3.1-test.0"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
include = ["default.project.json", "LICENSE", "src"]