Skip to content

Fixed Icons bugging after theme switched #2

Fixed Icons bugging after theme switched

Fixed Icons bugging after theme switched #2

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 6311707237 src
env:
ROBLOSECURITY: ${{ secrets.ROBLOSECURITY }} # d