softprops / action-gh-release

📦 :octocat: GitHub Action for creating GitHub Releases
MIT License
4.21k stars 461 forks source link

Files not found #531

Closed fxzxmicah closed 1 month ago

fxzxmicah commented 1 month ago
    - name: Create Release
      uses: softprops/action-gh-release@v2
      with:
        tag_name: <name>
        body_path: release.log
        files: RPMS/*
🤔 Pattern 'RPMS/*' does not match any files.
👩‍🏭 Creating new GitHub release for tag 6.11.4-201.fc40...
🤔 RPMS/* not include valid file.

What I can confirm is that the RPMS directory is not empty.