softprops / action-gh-release

📦 :octocat: GitHub Action for creating GitHub Releases
MIT License
4.06k stars 447 forks source link

about shell $ #354

Open 8MiYile opened 1 year ago

8MiYile commented 1 year ago

how time to support

files: "$(find build/libs -type f|grep -v "sources")"

or

      -
        id: getFiles
        run: |
          echo "name="$(find build/libs -type f|grep -v "sources"|grep -v "json")"" >> $GITHUB_OUTPUT
#--------------------
          files: "${{ steps.getFiles.outputs.name }}"

just i don't like update sources.jar

8MiYile commented 1 year ago

or can support shell_files?