Skip to content

Commit

Permalink
try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Jul 1, 2024
1 parent 9435d9d commit dcd6122
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,13 @@ jobs:
echo "| File Name |" > table.md
echo "|-----------|" >> table.md
while IFS= read -r file; do
echo "| [$file]($file) |" >> table.md
filename=$(basename "$file")
echo "| [$filename]($file) |" >> table.md
done < zip_files.txt
cat table.md
- name: Update downloads.md
shell: bash
run: |
branch="update-downloads-md-$(date +%s)"
git checkout -b "$branch"
Expand Down

0 comments on commit dcd6122

Please sign in to comment.