Skip to content

Merge pull request #65 from imezx/main-1 #77

Merge pull request #65 from imezx/main-1

Merge pull request #65 from imezx/main-1 #77

Workflow file for this run

name: Publish To Roblox
on:
push:
branches: # Act on master branch commit
- main
jobs:
ci:
name: CI and Deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: rojo-rbx/setup-foreman@v1
with:
version: "^1.0.0"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Report tool versions
run: rojo --version
- name: Deploy
run: |
rojo upload --cookie "$ROBLOSECURITY" --asset_id 6245329519 src
env:
ROBLOSECURITY: ${{ secrets.ROBLOSECURITY }} # d