Skip to content

Commit efb2d6b

Browse files
authored
修复发布文件上传 (#7)
1 parent d2832a9 commit efb2d6b

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
@@ -253,5 +253,5 @@ jobs:
253253
- name: Release
254254
uses: softprops/action-gh-release@v2
255255
with:
256-
files: NVDA_Lazy_Edition/*
256+
files: "*.zip"
257257
prerelease: ${{ contains(github.ref, 'rc') }}

0 commit comments

Comments
 (0)