Skip to content

Commit 290f53c

Browse files
authored
修复下载路径 (#12)
1 parent 957f974 commit 290f53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,6 @@ jobs:
256256
- name: Release
257257
uses: softprops/action-gh-release@v2
258258
with:
259-
files: "*.zip"
259+
files: NVDA_Lazy_Edition/*
260260
fail_on_unmatched_files: true
261261
prerelease: ${{ contains(github.ref, 'rc') }}

0 commit comments

Comments
 (0)