Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Jan 25, 2024
1 parent 9e1b3b9 commit 90c7d9c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ jobs:
- name: building addon
run: cd nvda/.addOn/sight-free-talon-server && scons

- name: Display structure of downloaded files
run: ls -R

- uses: actions/upload-artifact@v3
with:
name: packaged_addon
path: ./packaged_addon/*.nvda-addon
path: ./**.nvda-addon

upload_release:
runs-on: ubuntu-latest
Expand All @@ -58,6 +61,6 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
files: ./packaged_addon/*.nvda-addon
files: ./nvda/.addOn/sight-free-talon-server/packaged_addon/*.nvda-addon
fail_on_unmatched_files: true
prerelease: ${{ contains(github.ref, '-') }}

0 comments on commit 90c7d9c

Please sign in to comment.