Skip to content

Commit

Permalink
update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kresna Satya committed Mar 5, 2024
1 parent 6e6413a commit 56486c2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Build Release

on:
workflow_dispatch:
push:
tags:
- "v*.*.*"

jobs:
build-manual-install:
build-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -22,7 +24,6 @@ jobs:
path: released
- name: Upload to GitHub Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: released/*.jar
name: latest
tag_name: latest
files: released/*.jar

0 comments on commit 56486c2

Please sign in to comment.