Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Nov 21, 2023
1 parent ee31135 commit 9a81a3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9a81a3f

Please sign in to comment.