Skip to content

Commit 9c35e60

Browse files
fix publish.yml uploading sources.jar as the primary
1 parent cd454f7 commit 9c35e60

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
modrinth-id: 'iuZL1bXB' # Replace with the Modrinth project slug or Identifier (ID)
3535
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
36-
files: 'build/libs/!(*-dev|-sources).jar' # Adjust path if your build output differs
36+
files: build/libs/!(*-@(dev|sources|javadoc)).jar
3737
name: ${{ github.event.release.name }}
3838
version: ${{ github.event.release.tag_name }}
3939
version-type: release

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ loader_version=0.18.2
1515
loom_version=1.14-SNAPSHOT
1616

1717
# Mod Properties
18-
mod_version=1.4.1
18+
mod_version=1.4.2
1919
maven_group=io.github.amiralimollaei.mods.notenoughvulkan
2020
archives_base_name=not-enough-vulkan
2121

src/client/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "not-enough-vulkan",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"name": "Not Enough Vulkan",
66
"description": "Features that shouldn't be in VulkanMod, a fork of Sodium Extra",
77
"authors": [

0 commit comments

Comments
 (0)