From f41a9f9966cbc08d153afcc4099e3abf98cc9b83 Mon Sep 17 00:00:00 2001 From: Joe Kaufeld Date: Sat, 25 Mar 2023 21:33:05 -0400 Subject: [PATCH] fuckin' bash --- .github/workflows/build_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index 25f70c3..54bf432 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -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!