diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 177ac00..a5d5196 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -244,8 +244,9 @@ jobs: runs-on: ubuntu-latest if: ${{ startsWith(github.ref, 'refs/tags/') }} needs: build + permissions: + contents: write steps: - - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: name: NVDA_Lazy_Edition @@ -254,5 +255,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 with: - files: NVDA_Lazy_Edition/* + files: "*.zip" + fail_on_unmatched_files: true prerelease: ${{ contains(github.ref, 'rc') }}