Skip to content

Commit

Permalink
修复发布文件上传 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwf1324 authored Mar 27, 2024
1 parent d2832a9 commit efb2d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,5 +253,5 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
files: NVDA_Lazy_Edition/*
files: "*.zip"
prerelease: ${{ contains(github.ref, 'rc') }}

0 comments on commit efb2d6b

Please sign in to comment.