From 12e179601df1c3bf7bd4191e0d4a7e5bc4255ee3 Mon Sep 17 00:00:00 2001 From: 3DJ <71472458+ThreeDeeJay@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:46:28 -0400 Subject: [PATCH] Re-release artifacts to update date This would avoid confusion since the current release is from Apr 19, 2023, but the artifact is from June 1st, 2024 --- .github/workflows/build.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aed56b49..30607304 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,15 @@ jobs: path: build/output if-no-files-found: error - - name: Update Release + - name: Compress Release run: | 7z a -tzip "artifacts/Open1560.zip" "${{github.workspace}}/build/output/*" - gh release upload "build" "artifacts/Open1560.zip" --clobber \ No newline at end of file + + - name: GitHub pre-release + uses: "marvinpinto/action-automatic-releases@latest" + with: + repo_token: "${{secrets.GITHUB_TOKEN}}" + automatic_release_tag: "build" + prerelease: false + title: "Open1560" + files: "artifacts/Open1560.zip"