diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3617dadfc7..917eda9c8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,11 +85,19 @@ jobs: RELEASE_VERSION=$RELEASE_VERSION make deps RELEASE_VERSION=$RELEASE_VERSION make all + ln -s auth gotrue tar -czvf auth-v$RELEASE_VERSION-x86.tar.gz auth gotrue migrations/ mv auth-arm64 auth tar -czvf auth-v$RELEASE_VERSION-arm64.tar.gz auth gotrue migrations/ + # temporarily, to enable fast releases + mkdir persistent + cp -r migrations persistent/migrations + + cp auth gotrue + tar -czvf auth-v$RELEASE_VERSION-arm64-supabase.tar.gz gotrue migrations persistent + - name: configure aws credentials for uploading release artifacts uses: aws-actions/configure-aws-credentials@v1 with: