Skip to content

Commit

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

- name: Create Release
uses: "softprops/action-gh-release@v2"
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit b24cc6d

Please sign in to comment.