Skip to content

Commit

Permalink
draft release
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshuverma-dev committed Jul 10, 2024
1 parent 29c12b8 commit cfb40ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ jobs:
type: 'zip'
filename: Sangeet-v1.1.${{ github.run_number }}_windows_x64.zip
directory: build/windows/x64/runner/Release

- name: Push to Releases
uses: ncipollo/release-action@v1
with:
artifacts: "build/windows/x64/runner/Release/Sangeet-v1.1.${{ github.run_number }}_windows_x64.zip"
tag: v1.1.${{ github.run_number }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
draft: true
generateReleaseNotes: true

0 comments on commit cfb40ec

Please sign in to comment.