We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90c243 commit fd67efeCopy full SHA for fd67efe
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
run: rojo --version
25
26
- name: Deploy
27
- run: rojo upload ../ --api_key = "$API_KEY" --asset_id 107505894422783 --cookie "$ROBLOSECURITY" --universe_id 7672663738 -v
+ run: rojo upload --api_key = "$API_KEY" --cookie "$ROBLOSECURITY" --universe_id 7672663738 -v --asset_id 107505894422783 ../
28
env:
29
ROBLOSECURITY: ${{ secrets.ROBLOSECURITY }}
30
API_KEY: ${{ secrets.API_KEY }}
0 commit comments