Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Mar 4, 2020
1 parent ba900f3 commit 61ec1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: *.nvda-addon
file: '*.nvda-addon'
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit 61ec1bb

Please sign in to comment.