diff --git a/.github/workflows/deploy_prod.yaml b/.github/workflows/deploy_prod.yaml index c864446..b7fb025 100644 --- a/.github/workflows/deploy_prod.yaml +++ b/.github/workflows/deploy_prod.yaml @@ -33,4 +33,4 @@ jobs: - run: node "Lync/Lync/index.js" lync.project.json OFFLINE - - run: rbxcloud experience publish -f game.rbxlx -p ${{ secrets.PROD_PLACE_ID }} -u ${{ secrets.PROD_UNIVERSE_ID }} -t published -a ${{ secrets.API_KEY }} \ No newline at end of file + - run: rbxcloud experience publish -f BuildScripts/Build/Build.rbxl -p ${{ secrets.PROD_PLACE_ID }} -u ${{ secrets.PROD_UNIVERSE_ID }} -t published -a ${{ secrets.API_KEY }} \ No newline at end of file diff --git a/.github/workflows/deploy_stage.yaml b/.github/workflows/deploy_stage.yaml index 667a0ba..6b3442b 100644 --- a/.github/workflows/deploy_stage.yaml +++ b/.github/workflows/deploy_stage.yaml @@ -33,4 +33,4 @@ jobs: - run: node "Lync/Lync/index.js" lync.project.json OFFLINE - - run: rbxcloud experience publish -f game.rbxlx -p ${{ secrets.STAGE_PLACE_ID }} -u ${{ secrets.STAGE_UNIVERSE_ID }} -t published -a ${{ secrets.API_KEY }} \ No newline at end of file + - run: rbxcloud experience publish -f BuildScripts/Build/Build.rbxl -p ${{ secrets.STAGE_PLACE_ID }} -u ${{ secrets.STAGE_UNIVERSE_ID }} -t published -a ${{ secrets.API_KEY }} \ No newline at end of file