Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanwenhe committed Dec 6, 2023
1 parent a6ceef1 commit de20615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compressandrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Create Release and Upload Assets
run: |
files=$(cat zipfiles.txt)
files=$(tr '\n' ' ' < zipfiles.txt)
echo "files: $files"
echo "FILES=$files" >> $GITHUB_ENV
Expand Down

0 comments on commit de20615

Please sign in to comment.