diff --git a/README.md b/README.md index 6545054..194d42e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a WPF-based tool that can be used to re-enable achievements in [Factorio][factorio] after using console commands or the editor. - Built for Factorio 2.0 Space Age, although it should be compatible with Factorio 1.1. -- Secure automatic software releases built online with GitHub Actions. +- [Automatic release builds via GitHub Actions][ga-builds]. ## Usage @@ -31,3 +31,4 @@ I recommend that you [factorio]: https://factorio.com/ [releases]: https://github.com/Xevion/factorio-achievements-fixer/releases [csharp-net8_0]: https://dotnet.microsoft.com/download/dotnet/8.0 +[ga-builds]: https://github.com/Xevion/factorio-achievements-fixer/actions/workflows/build.yaml diff --git a/factorio-achievements-fixer/factorio-achievements-fixer.csproj b/factorio-achievements-fixer/factorio-achievements-fixer.csproj index 2d22875..1366a8f 100644 --- a/factorio-achievements-fixer/factorio-achievements-fixer.csproj +++ b/factorio-achievements-fixer/factorio-achievements-fixer.csproj @@ -9,6 +9,7 @@ true Factorio Achievements Fixer false + true \ No newline at end of file