From dbcf74c94f004402a28a043d16f6c0d8a22ed17f Mon Sep 17 00:00:00 2001 From: Alice <166900055+alicesaidhi@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:04:34 +0100 Subject: [PATCH] fix project json --- .github/workflows/build.yml | 2 +- pesde.toml | 2 +- wally.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8be3887..9c22f03 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/pesde.toml b/pesde.toml index 2df9308..a57bfca 100644 --- a/pesde.toml +++ b/pesde.toml @@ -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" diff --git a/wally.toml b/wally.toml index 4896b08..91df5d6 100644 --- a/wally.toml +++ b/wally.toml @@ -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"]