diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c809b6b..86d6493 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,10 +50,11 @@ jobs: echo "${x_binaries}" >> "${GITHUB_OUTPUT}" echo "${delimiter}" >> "${GITHUB_OUTPUT}" - name: debug - run: echo ${{ steps.files.outputs.x_binaries }} + run: echo "${{ steps.files.outputs.x_binaries }}" # - name: create release # uses: softprops/action-gh-release@v1 # with: # generate_release_notes: true # tag_name: ${{ inputs.tag }} -# files: ${{ steps.files.outputs.x_binaries }} \ No newline at end of file +# files: | +# ${{ steps.files.outputs.x_binaries }} \ No newline at end of file