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"]