Fixed Icons bugging after theme switched #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |