From 5e63c5e38da82768de2ecae44af3fdc2c53e2ad4 Mon Sep 17 00:00:00 2001 From: WhenGryphonsFly <84215159+WhenGryphonsFly@users.noreply.github.com> Date: Thu, 17 Aug 2023 21:38:59 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9aca8006..daec929a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,6 +67,6 @@ jobs: artifactErrorsFailBuild: true artifacts: agbcc.tar.gz commit: ${{ github.sha }} - makeLatest: true # This is a test + makeLatest: true tag: release token: ${{ secrets.GITHUB_TOKEN }} # Automatically created by the workflow with a lifetime of one hour