Skip to content

Commit

Permalink
feat: include BungeeCord in CI release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Jun 23, 2021
1 parent 1d8b331 commit 625e2a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
files: |
api/build/libs/*.jar
bukkit/build/libs/*.jar
velocity/build/libs/*.jar
velocity/build/libs/*.jar
bukkit/build/libs/*.jar
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
files: |
api/build/libs/*.jar
bukkit/build/libs/*.jar
velocity/build/libs/*.jar
velocity/build/libs/*.jar
bukkit/build/libs/*.jar

0 comments on commit 625e2a4

Please sign in to comment.