Skip to content

Commit

Permalink
chore: update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
nagueva committed Jan 1, 2025
1 parent f5104df commit 052c2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cd ${{ github.workspace }}/dist
for dir in */ ; do
cd $dir
echo -e "\n\nVersion: ${{ github.event.release.tag_name }}" >> ./credits.txt
echo -e "\n\n${{ github.event.release.tag_name }}" >> ./credits.txt
zip -r "../${dir%/}.zip" ./
cd ..
done
Expand Down

0 comments on commit 052c2a3

Please sign in to comment.