Skip to content

Commit

Permalink
Update kmp-windows-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arya458 committed May 15, 2024
1 parent da63b20 commit bc8f982
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/kmp-windows-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ jobs:

- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
*.exe
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
*.exe

0 comments on commit bc8f982

Please sign in to comment.