aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorKrakenied <Krakenied1@gmail.com>2024-07-07 03:06:41 +0200
committerKrakenied <46192742+Krakenied@users.noreply.github.com>2024-08-28 11:37:11 +0200
commit5567117cea151d32cef11cb5f01fd6293b2250af (patch)
tree1f911e7e37eb0b95b5d47c4a815a8888fed6914f /.github/workflows
parent14cca419d739a2f1c4a4bef151b3f8947c866c15 (diff)
Update jvmdowngrader to 1.1.2
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5f299d28..7a1ab03e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -37,17 +37,17 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Quests-JDK1.8 (use at your own risk)
- path: build/libs/*-downgraded-8.jar
+ path: build/libs/*-downgraded-8-shaded.jar
if-no-files-found: error
- name: Upload the downgraded Java 16 plugin JAR
uses: actions/upload-artifact@v4
with:
name: Quests-JDK16 (use at your own risk)
- path: build/libs/*-downgraded-16.jar
+ path: build/libs/*-downgraded-16-shaded.jar
if-no-files-found: error
- name: Upload the downgraded Java 17 plugin JAR
uses: actions/upload-artifact@v4
with:
name: Quests-JDK17 (use at your own risk)
- path: build/libs/*-downgraded-17.jar
+ path: build/libs/*-downgraded-17-shaded.jar
if-no-files-found: error