Skip to content

Commit

Permalink
build(ci): exclude -dev jars from releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Oct 5, 2021
1 parent 5cbe1d6 commit 6a89100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
title: "Development Build (${{ steps.vars.outputs.version }})"
files: |
api/build/libs/*.jar
platforms/*/build/libs/*.jar
platforms/*/build/libs/*(.jar|!(*-dev.jar))
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
title: "UnifiedMetrics ${{ steps.vars.outputs.version }}"
files: |
api/build/libs/*.jar
platforms/*/build/libs/*.jar
platforms/*/build/libs/*(.jar|!(*-dev.jar))

0 comments on commit 6a89100

Please sign in to comment.