Skip to content

Commit 4dee679

Browse files
committed
new version fixes it?
1 parent a386af6 commit 4dee679

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: rojo --version
2525

2626
- name: Deploy
27-
run: rojo upload --api_key = "$API_KEY" --universe_id 7672663738 -v --asset_id 107505894422783
27+
run: rojo upload --api_key = "$API_KEY" --universe_id 7672663738 -v --asset_id 107505894422783
2828
env:
2929
ROBLOSECURITY: ${{ secrets.ROBLOSECURITY }}
3030
API_KEY: ${{ secrets.API_KEY }}

aftman.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
# To add a new tool, add an entry to this table.
55
[tools]
6-
rojo = "rojo-rbx/rojo@7.4.4"
6+
rojo = "rojo-rbx/rojo@7.5.0"
77
# rojo = "rojo-rbx/rojo@6.2.0"

foreman.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
rojo = { github = "rojo-rbx/rojo", version = "7.4.4" }
2+
rojo = { github = "rojo-rbx/rojo", version = "7.5.0" }

0 commit comments

Comments
 (0)