Skip to content

Commit

Permalink
Better automated build/release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
T14D3 committed Jan 2, 2025
1 parent a7f7735 commit 2a3185a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Package
path: build/libs/zones*.jar
path: build/libs/Zones*.jar

- name: Release dev build
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
if: github.event_name == 'push'
with:
files: build/libs/Zones*.jar
prerelease: true
Expand Down

0 comments on commit 2a3185a

Please sign in to comment.