Browse Source

fix workflow

pull/2852/head
Jason Dove 1 month ago
parent
commit
74a21abdba
No known key found for this signature in database
  1. 1
      .github/workflows/artifacts.yml

1
.github/workflows/artifacts.yml

@ -341,4 +341,3 @@ jobs: @@ -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 }}

Loading…
Cancel
Save