Fix funny typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user