Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #91 from Sleitnick/feature/component-depends-on
Browse files Browse the repository at this point in the history
Required components feature
  • Loading branch information
Sleitnick authored May 4, 2021
2 parents 486590a + dc3c7d6 commit 502391e
Show file tree
Hide file tree
Showing 8 changed files with 512 additions and 43 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- 'v*'

jobs:
build:
Expand All @@ -24,7 +24,7 @@ jobs:
zip -r knit.zip Knit/**
- name: Build place file
run: |
rojo build publish.project.json -o Knit.rbxlx
rojo build publish.project.json -o Knit.rbxl
- name: Publish Knit to Roblox
shell: bash
env:
Expand All @@ -42,7 +42,7 @@ jobs:
draft: false
prerelease: false
- name: Upload Release Asset
id: upload-release-asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ logo/logo_render*.png
logo/*.psd
logo/*.ai
site/
*.rbxlx
*.rbxlx
*.rbxl
Loading

0 comments on commit 502391e

Please sign in to comment.