Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bambamboole committed Dec 24, 2022
1 parent 201177f commit 7cd7ced
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
# files: |
# ${{ steps.files.outputs.x_binaries }}

0 comments on commit 7cd7ced

Please sign in to comment.