Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Jul 12, 2024
1 parent fbf3d3c commit db9bee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
for f in ${{ steps.generate_file_list.outputs.zip_files }}; do
echo "Uploading $f"
gh release upload ${{ needs.prepare.outputs.tag }} $f
done

0 comments on commit db9bee8

Please sign in to comment.