Skip to content

Commit

Permalink
Fix rojo build path
Browse files Browse the repository at this point in the history
  • Loading branch information
Starveldt committed Aug 7, 2024
1 parent d358955 commit 137fde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
WALLY_AUTH: ${{ secrets.WALLY_AUTH }}
- name: Build and Publish to Roblox
shell: bash
run: rojo build main.project.json -o .lune/Weaver.rbxm
run: rojo build default.project.json -o .lune/Weaver.rbxm
- name: Publish Module to Marketplace
shell: bash
run: |
Expand Down

0 comments on commit 137fde6

Please sign in to comment.