fuckin' bash
All checks were successful
build

This commit is contained in:
Joe Kaufeld 2023-03-25 21:33:05 -04:00
parent fd9830559b
commit f41a9f9966

View File

@ -42,7 +42,7 @@ jobs:
-s https://git.joekaufeld.com/api/v1/repos/${GITHUB_REPOSITORY%/*}/${{ github.event.repository.name }}/releases \
-H "Authorization: token ${{ secrets.PAT }}" \
-H 'Content-Type: application/json' \
-d $JSON_DATA \
-d "$JSON_DATA" \
| python3 -c "import sys, json; print(json.load(sys.stdin)['id'])"\
)""" >> $GITHUB_ENV
- name: Upload assets!