Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Aug 16, 2024
1 parent b24cc6d commit e75f736
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: determine tag
run: echo "tag=${GITHUB_REF/refs\/tags\/v/}" >> "$GITHUB_ENV"
- name: debug dist
run: set -x
run: |
set -x
echo "dist=${{ steps.build_dist.outputs.dist }}"
ls -l ${{ steps.build_dist.outputs.dist }}
Expand Down

0 comments on commit e75f736

Please sign in to comment.