Skip to content

Commit

Permalink
fix: upload builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriediculous committed Jan 23, 2024
1 parent 7554ef3 commit 26c5446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fi
# https://stackoverflow.com/a/44751929/990590
BUCKET="build.livepool.io"
PROJECT="go-livepool"
BUCKET_PATH="${PROJECT}/${VERSION_AND_NETWORK}/${FILE}"
BUCKET_PATH="${VERSION_AND_NETWORK}/${FILE}"
resource="/${BUCKET}/${BUCKET_PATH}"
contentType="application/x-compressed-tar"
dateValue="$(date -R)"
Expand Down

0 comments on commit 26c5446

Please sign in to comment.