Skip to content

Commit 6efcb3c

Browse files
committed
Fix typo
1 parent a101782 commit 6efcb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_all_apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Retrieve C apps
1515
runs-on: ubuntu-latest
1616
outputs:
17-
c_apps: ${{ steps.get_c_apps.outputs.rust_apps }}
17+
c_apps: ${{ steps.get_c_apps.outputs.c_apps }}
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)