You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this action to download sqlc in my project, but it fails to download the latest version: 1.29.0.
Run sqlc-dev/setup-sqlc@v4
with:
sqlc-version: 1.29.0
Error: Unexpected HTTP response: 404
Looking through the action code it seems that it tries to download from downloads.sqlc.dev and the 1.29 release is simply missing:
curl https://downloads.sqlc.dev/sqlc_1.29.0_linux_amd64.zip
<?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message></Error>
Also the directory listing on downloads.sqlc.dev is missing both the 1.28 entry and the 1.29 entry (but the 1.28 zip is actually there, maybe you just need to update the index file)
The text was updated successfully, but these errors were encountered:
I'm using this action to download sqlc in my project, but it fails to download the latest version:
1.29.0
.Looking through the action code it seems that it tries to download from downloads.sqlc.dev and the 1.29 release is simply missing:
Also the directory listing on downloads.sqlc.dev is missing both the 1.28 entry and the 1.29 entry (but the 1.28 zip is actually there, maybe you just need to update the index file)
The text was updated successfully, but these errors were encountered: