Skip to content

Commit

Permalink
add quotes around variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thepigeongenerator committed Nov 23, 2024
1 parent 44f35ac commit 7c4a7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_build_to_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "created $fname"
done
echo "created files: $produced_files"
echo "PRODUCED_FILES=$produced_files" >> ${{github.env}}
echo "PRODUCED_FILES=\"$produced_files\"" >> ${{github.env}}
- name: upload release assets
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 7c4a7fb

Please sign in to comment.