mirror of
https://github.com/onyx-and-iris/nvda-addon-voicemeeter.git
synced 2026-04-18 00:53:30 +00:00
fix path in release step
This commit is contained in:
2
.github/workflows/build_addon.yml
vendored
2
.github/workflows/build_addon.yml
vendored
@@ -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, '-') }}
|
||||
|
||||
Reference in New Issue
Block a user