Skip to content

Commit

Permalink
fix: No longer keepup-shadow in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Oct 7, 2024
1 parent 00f86a3 commit d9eaac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
with:
run-gradle-build: false
release-files: |
keepup-cli/build/distributions/keepup-shadow*.zip
keepup-cli/build/distributions/keepup*.zip
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin.code.style=official
group=com.mineinabyss
version=3.1.0-alpha.2
version=3.1.0-alpha.3
idofrontVersion=0.25.6

0 comments on commit d9eaac0

Please sign in to comment.