Skip to content

Commit

Permalink
try fixing multiline output
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed May 23, 2024
1 parent 6c3abdc commit 5e78308
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
run: |
find data/language -type f -name '*.zip' > zip_files.txt
cat zip_files.txt
echo "zip_files=$(cat zip_files.txt)" >> $GITHUB_OUTPUT
echo "zip_files<<EOF" >> $GITHUB_OUTPUT
cat zip_files.txt >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: Configure git
run: |
Expand Down

0 comments on commit 5e78308

Please sign in to comment.