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 }}