diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a19c80af..9d9e20c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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')