Skip to content

Commit

Permalink
Fix CI directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
opekope2 committed Jan 13, 2024
1 parent 732f8b3 commit 4d4b8f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:

name: Staff Mod ${{ github.ref_name }}
files: |
dist/StaffMod/build/libs/!(*-@(dev|sources|javadoc)).jar
dist/StaffMod/build/libs/*-@(dev|sources|javadoc).jar
dist/!(*-@(dev|sources|javadoc)).jar
dist/*-@(dev|sources|javadoc).jar
changelog-file: CHANGELOG.g.md
game-version-filter: releases
java: ${{ steps.load-versions.outputs.JAVA_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ loader_version=0.15.3
java_version=17
##########################################################################
# Mod Properties
mod_version=0.1.1-alpha
mod_version=0.1.1-alpha.2
maven_group=opekope2.avm_staff
##########################################################################
# Kotlin Dependencies
Expand Down

0 comments on commit 4d4b8f1

Please sign in to comment.