Skip to content

Commit

Permalink
ci: add nightly release
Browse files Browse the repository at this point in the history
  • Loading branch information
daxartio committed Dec 14, 2024
1 parent 7303b28 commit 5f720a7
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 @@ -4,6 +4,7 @@ on:
push:
tags:
- "v*"
- "nightly"
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -39,5 +40,6 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
make_latest: ${{ github.ref_name == 'nightly' }}
files: |
dist/*.msi

0 comments on commit 5f720a7

Please sign in to comment.