From 74a21abdba5e300ed3ebe4fdf4106d455556e68a Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Sat, 18 Apr 2026 16:31:11 -0500 Subject: [PATCH] fix workflow --- .github/workflows/artifacts.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index cfda3d4e7..9d592ee4b 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -341,4 +341,3 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: gh release upload ${{ inputs.release_tag }} "${{ env.RELEASE_NAME }}.zip" --repo ${{ github.repository }} -ease upload ${{ inputs.release_tag }} "${{ env.RELEASE_NAME }}.zip" --repo ${{ github.repository }}