Skip to content

Commit

Permalink
修复发布 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwf1324 authored Mar 27, 2024
1 parent efb2d6b commit 3dc964f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
needs: build
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: NVDA_Lazy_Edition
Expand All @@ -253,5 +254,5 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
files: "*.zip"
files: NVDA_Lazy_Edition/*
prerelease: ${{ contains(github.ref, 'rc') }}

0 comments on commit 3dc964f

Please sign in to comment.