diff --git a/.github/workflows/BuildRelease.yml b/.github/workflows/BuildRelease.yml deleted file mode 100644 index b60223a..0000000 --- a/.github/workflows/BuildRelease.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Build and Release - -on: - push: - tags: - - 'v*' - -jobs: - build: - name: Create release - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - - name: Setup foreman - uses: rojo-rbx/setup-foreman@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - - - name: Build asset - run: rojo build -o Janitor.rbxm default.project.json - - - name: Git Release - uses: anton-yurchenko/git-release@v4.1.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - ALLOW_EMPTY_CHANGELOG: "true" - ALLOW_TAG_PREFIX: "true" - CHANGELOG_FILE: "changelog.md" - DRAFT_RELEASE: "false" - PRE_RELEASE: "false" - with: - args: | - ./Janitor.rbxm \ No newline at end of file diff --git a/.gitignore b/.gitignore index 5ff8dea..bf6cda7 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,6 @@ luac.out .vscode/settings.json -src/Typed \ No newline at end of file +src/Typed +Janitor.rbxm +Janitor.rbxmx