fix path in release step

This commit is contained in:
Onyx and Iris 2025-01-24 01:41:40 +00:00
parent dc9ac5ddc3
commit 43379f1b09

View File

@ -55,6 +55,6 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
files: packaged_addon/*.nvda-addon
files: ./*.nvda-addon
fail_on_unmatched_files: true
prerelease: ${{ contains(github.ref, '-') }}