From 23f3c4c3c0a426b6a6bfddd501bdccbd6a24efe4 Mon Sep 17 00:00:00 2001 From: Legosteenjaap Date: Wed, 10 Jul 2024 22:49:04 +0200 Subject: [PATCH] Fixed glob pattern --- .github/workflows/upload_version_fabric.yml | 2 +- .github/workflows/upload_version_neoforge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upload_version_fabric.yml b/.github/workflows/upload_version_fabric.yml index 7c925a1..d6a84a1 100644 --- a/.github/workflows/upload_version_fabric.yml +++ b/.github/workflows/upload_version_fabric.yml @@ -57,7 +57,7 @@ jobs: java: "${{env.JAVA_VERSION}}" files: | - fabric/build/libs/!*+(sources|dev).jar + !fabric/build/libs/*+(sources|dev-shadow).jar - name: Publish (Github) uses: Kir-Antipov/mc-publish@v3.3 #The specified MC-Publish GitHub Action in the version 3.2 with: diff --git a/.github/workflows/upload_version_neoforge.yml b/.github/workflows/upload_version_neoforge.yml index 34f7957..c5b8f1f 100644 --- a/.github/workflows/upload_version_neoforge.yml +++ b/.github/workflows/upload_version_neoforge.yml @@ -57,7 +57,7 @@ jobs: java: "${{env.JAVA_VERSION}}" files: | - neoforge/build/libs/!*+(sources|dev).jar + !neoforge/build/libs/*+(sources|dev-shadow).jar - name: Publish (Github) uses: Kir-Antipov/mc-publish@v3.3 #The specified MC-Publish GitHub Action in the version 3.2 with: