Skip to content

Commit

Permalink
ci: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Jun 9, 2024
1 parent 9913ac5 commit 70ae194
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ jobs:
- name: Normalize file names for continuous delivery
if: ${{ github.event_name == 'push' }}
run: |
ls -R fpm-*
find -name "fpm*"
echo "================================================================="
for output in fpm-*; do
mv -v $(basename $output) $(basename $output | sed -E '${{ env.replace }}')
done
Expand Down

0 comments on commit 70ae194

Please sign in to comment.