Skip to content

Commit

Permalink
build: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zmax0 committed Jul 22, 2024
1 parent 06fe8d2 commit e42d177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
urban-spork-client-gui/target/*.zip
urban-spork-server/target/*.zip
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit e42d177

Please sign in to comment.