Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/1ForeverHD/ZonePlus into main
Browse files Browse the repository at this point in the history
  • Loading branch information
1ForeverHD committed Jan 31, 2021
2 parents 129e595 + ae5eaaf commit 6b20cc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BuildRelease.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Release Draft
name: Build and Release

on:
push:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
build:
name: Create plugin release
name: Create release
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -18,7 +18,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Build plugin
- name: Build asset
run: rojo build src/default.project.json --output ZonePlus.rbxm

- name: Git Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ModuleToDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Parse and generate documentation
uses: p3lim/lua-doc-parser@v2
with:
output: docs
output: api/docs

- name: Push documentation changes
run: |
Expand Down

0 comments on commit 6b20cc5

Please sign in to comment.