Skip to content

Commit 42c3c14

Browse files
committed
fix export deprecation check
1 parent 0d5b3fc commit 42c3c14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check_export.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
6464
export OPENAI_API_KEY="dummy"
6565
reflex init
66-
reflex export
66+
output=$(reflex export)
67+
echo "$output" >> $GITHUB_OUTPUT
6768
for a in frontend.zip backend.zip; do
6869
if unzip -t "$a"; then
6970
echo "$a prepared as expected"

0 commit comments

Comments
 (0)