We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df0b85 commit 047ad2fCopy full SHA for 047ad2f
1 file changed
.github/workflows/ci.yml
@@ -20,10 +20,10 @@ jobs:
20
version: "^1.0.0"
21
token: ${{ secrets.GITHUB_TOKEN }}
22
23
- - name: Rojo version
24
- run: rojo --version
+ - name: Report tool versions
+ run: rojo --version
25
26
- - name: Deploy
+ - name: Deploy
27
run: rojo upload --cookie "$ROBLOSECURITY" --asset_id 4756703682
28
env:
29
- ROBLOSECURITY: ${{ secrets.ROBLOSECURITY }}
+ ROBLOSECURITY: ${{ secrets.ROBLOSECURITY }}
0 commit comments