Skip to content

Commit

Permalink
ci: fix windows installer upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
anfragment committed Nov 28, 2023
1 parent 170fca0 commit 04977fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ jobs:
if: runner.os == 'Windows' && startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
with:
file: build/bin/Zen-${{ matrix.arch }}-installer.exe
files: build/bin/Zen-${{ matrix.arch }}-installer.exe
tag_name: ${{ github.ref }}
draft: true

0 comments on commit 04977fe

Please sign in to comment.