Skip to content

Commit

Permalink
fix: ignore other jars in jar artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Entze committed Sep 17, 2021
1 parent 8648418 commit 411fbb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
name: Upload jar
with:
name: jar
path: build/libs/sge-*.*.*.jar
path: |
build/libs/sge-*.*.*.jar
!build/libs/sge-*.*.*-*.jar
- uses: actions/upload-artifact@v2
name: Upload sources
with:
Expand Down

0 comments on commit 411fbb7

Please sign in to comment.