Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq authored Jan 7, 2024
1 parent 750911c commit b69fa16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
with:
java-version: 17
distribution: temurin

- name: Build GSit
run: ./gradlew clean build
run: mvn clean package

- name: Release GSit
uses: marvinpinto/action-automatic-releases@master
with:
Expand Down

0 comments on commit b69fa16

Please sign in to comment.