Skip to content

Commit d85c5dc

Browse files
committed
fix output file name
1 parent ae4f657 commit d85c5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: get_rust_apps
3232
run: |
3333
python .github/workflows/get_rust_app_branch.py ${{ secrets.GITHUB_TOKEN }}
34-
echo "rust_apps=$(cat rust_apps.json)" >> $GITHUB_OUTPUT
34+
echo "rust_apps=$(cat rust_app_branch.json)" >> $GITHUB_OUTPUT
3535
3636
display-rust-apps:
3737
name: Display Rust Apps

0 commit comments

Comments
 (0)