Skip to content

Commit 9a81a3f

Browse files
committed
Fix workflow
1 parent ee31135 commit 9a81a3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,12 +725,14 @@ jobs:
725725
- uses: actions/download-artifact@v3
726726
with:
727727
name: portable
728+
path: public
728729
- name: Release
729730
uses: ncipollo/release-action@v1
730731
with:
731732
token: ${{ secrets.GITHUB_TOKEN }}
732733
artifacts: "public/*.*"
733734
allowUpdates: true
735+
prerelease: true
734736

735737
deploy-dev-channel-winstore:
736738
needs: [create-github-release,package-mac-linux,package-windows,package-windows-msi]

0 commit comments

Comments
 (0)