Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Jul 12, 2024
1 parent ff3d782 commit e7b71a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Determine types
id: determine_types
run: |
echo values="$(ls "types")" >> $GITHUB_OUTPUT
echo values=$(ls "types" | jq -R -s -c 'split("\n")[:-1]') >> $GITHUB_OUTPUT
outputs:
values: ${{ steps.determine_types.outputs.values }}
build_variants:
Expand Down

0 comments on commit e7b71a0

Please sign in to comment.