diff --git a/.gitea/workflows/release-clubpenguin-on-tag.yml b/.gitea/workflows/release-clubpenguin-on-tag.yml index b1e94d6..6bdb681 100644 --- a/.gitea/workflows/release-clubpenguin-on-tag.yml +++ b/.gitea/workflows/release-clubpenguin-on-tag.yml @@ -80,7 +80,7 @@ jobs: run: | curl --fail-with-body -s -X POST \ -H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \ - -F "attachment=@output/ClubPenguinSync-${{ gitea.ref_name }}}.zip" \ + -F "attachment=@output/ClubPenguinSync-${{ gitea.ref_name }}.zip" \ "https://git.drgn.rocks/api/v1/repos/${GITHUB_REPOSITORY}/releases/${{ steps.create_release.outputs.release_id }}/assets" - name: Update repo.json with version