Skip to content

Commit

Permalink
add draft release and upload asset for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
prabirshrestha committed Feb 5, 2022
1 parent b2b4d5b commit 2fb8319
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,12 @@ jobs:
- name: Build
shell: cmd
run: build.cmd

- name: Create draft release and upload asset
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
files: build/dwm-win32.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2fb8319

Please sign in to comment.