wally fix, old topbar offset fix, rounded corners fix, new fromSource… #47
Workflow file for this run
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: Build and Release | |
on: | |
push: | |
tags: | |
- "v*" | |
jobs: | |
build: | |
name: Create release | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- uses: ok-nick/[email protected] | |
- name: Build asset | |
run: rojo build --output Icon.rbxm withLink.project.json | |
- name: Git Release | |
uses: anton-yurchenko/git-release@v6 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
args: | | |
./Icon.rbxm |