diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c00cb0a..5552806b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,6 +49,6 @@ jobs: files: release_x64.7z tag_name: ${{ steps.determine_version.outputs.version }} draft: false - prerelease: true + prerelease: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 0fd71f90..3bee17c3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # TagTool -[![Build status](https://ci.appveyor.com/api/projects/status/1ywqybpcsrh5ec5b/branch/dev?svg=true)](https://ci.appveyor.com/project/Beatthezombie/tagtool-obbr2/branch/dev) +[![Build status](https://github.com/TheGuardians/TagTool/actions/workflows/build.yml/badge.svg)](https://github.com/TheGuardians/TagTool/actions) A command-line tool designed to aid in the research and modification of Halo cache files. Currently supports Gen3 (halo3, odst, partial support for reach) and Halo Online (ms23, partial support for higher versions).