commit a93a36982b54964ae9b0d8c515e0ddcff0c4bae2
parent 43ec641f91453208953724becc13e5d38279b951
Author: Matt Demanett <matt@demanett.net>
Date: Sun, 19 Dec 2021 16:41:32 -0500
Debug autobuild upload script.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/actions/upload_zip/script.sh b/.github/actions/upload_zip/script.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-set -eu
+set -eux
GITHUB_API_URL=https://api.github.com
@@ -15,6 +15,7 @@ curl -o release.json \
UPLOAD_URL=$(jq -r .upload_url release.json)
ASSET_PATH=$(ls dist/*.vcvplugin)
+ls -l "${ASSET_PATH}"
curl -i \
--header "Authorization: token ${GITHUB_TOKEN}" \