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
Copy file name to clipboardExpand all lines: .github/workflows/create-sample-releases.yml
+2-21Lines changed: 2 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -150,28 +150,9 @@ jobs:
150
150
cat > release_notes.md << EOF
151
151
# Auth0 AI Sample Artifacts - Latest
152
152
153
-
This release contains the latest version of sample applications for various frameworks and quickstarts.
153
+
This release contains the latest version of sample applications for various frameworks and quickstarts. See Assets below for downloadable zip files of each quickstart.
154
154
155
-
## 📦 Available Samples
156
-
157
-
EOF
158
-
159
-
# List artifacts with better formatting
160
-
for zip_file in artifacts/*.zip; do
161
-
if [ -f "$zip_file" ]; then
162
-
ARTIFACT_NAME=$(basename "$zip_file" .zip)
163
-
SIZE=$(du -h "$zip_file" | cut -f1)
164
-
165
-
CATEGORY=$(echo "$ARTIFACT_NAME" | cut -d'-' -f1)
166
-
SAMPLE=$(echo "$ARTIFACT_NAME" | cut -d'-' -f2- | sed 's/-sample$//')
0 commit comments