Skip to content

Commit

Permalink
add missing job output
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Aug 5, 2024
1 parent 1a9887a commit c5495f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ on:
jobs:
strings:
runs-on: ubuntu-latest

outputs:
build-output-dir: ${{ steps.strings.outputs.build-output-dir }}
steps:
- name: Set reusable strings
id: strings
Expand Down

0 comments on commit c5495f3

Please sign in to comment.