From 9a81a3f374564a0b4dae3f7d1ba28eb33254bda9 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Mon, 20 Nov 2023 16:34:13 -0800 Subject: [PATCH] Fix workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce141489..d62c64e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -725,12 +725,14 @@ jobs: - uses: actions/download-artifact@v3 with: name: portable + path: public - name: Release uses: ncipollo/release-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} artifacts: "public/*.*" allowUpdates: true + prerelease: true deploy-dev-channel-winstore: needs: [create-github-release,package-mac-linux,package-windows,package-windows-msi]