Fix funny typo
This commit is contained in:
@@ -80,7 +80,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl --fail-with-body -s -X POST \
|
curl --fail-with-body -s -X POST \
|
||||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
-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"
|
"https://git.drgn.rocks/api/v1/repos/${GITHUB_REPOSITORY}/releases/${{ steps.create_release.outputs.release_id }}/assets"
|
||||||
|
|
||||||
- name: Update repo.json with version
|
- name: Update repo.json with version
|
||||||
|
|||||||
Reference in New Issue
Block a user