We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
supafast
1 parent 9b55785 commit 88bb2c0Copy full SHA for 88bb2c0
.github/workflows/release.yml
@@ -97,7 +97,8 @@ jobs:
97
tar -czvf auth-v$RELEASE_VERSION-arm64.tar.gz auth gotrue migrations/
98
99
# Create a "supafast" tarball that can be used by supabase-admin-api to upgrade Auth quickly
100
- cp auth gotrue
+ rm gotrue
101
+ mv auth gotrue
102
tar -czvf auth-v$RELEASE_VERSION.supafast-arm64.tar.gz gotrue migrations/
103
104
- name: Upload release artifacts
0 commit comments