Skip to content

Commit 3dc964f

Browse files
authored
修复发布 (#8)
1 parent efb2d6b commit 3dc964f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ jobs:
245245
if: ${{ startsWith(github.ref, 'refs/tags/') }}
246246
needs: build
247247
steps:
248+
- uses: actions/checkout@v4
248249
- uses: actions/download-artifact@v4
249250
with:
250251
name: NVDA_Lazy_Edition
@@ -253,5 +254,5 @@ jobs:
253254
- name: Release
254255
uses: softprops/action-gh-release@v2
255256
with:
256-
files: "*.zip"
257+
files: NVDA_Lazy_Edition/*
257258
prerelease: ${{ contains(github.ref, 'rc') }}

0 commit comments

Comments
 (0)