Skip to content

Commit

Permalink
Brah
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachesMLG committed Dec 27, 2024
1 parent 3a2384d commit b09a5fa
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew buildbuild
run: ./gradlew build
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.iridium"
version = "2.0.8.4"
version = "2.0.8.5"
description = "IridiumCore"

allprojects {
Expand Down

0 comments on commit b09a5fa

Please sign in to comment.