We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263f764 commit 5407db8Copy full SHA for 5407db8
1 file changed
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
github-generate-changelog: true
64
github-tag: "${{ steps.toml_properties.outputs.value }}-${{ steps.gradle_properties.outputs.mod_version }}"
65
66
- files: ./build/libs/!(*-@(dev|sources|dev-slim)).jar
+ files: ./build/libs/!(*-@(dev|sources|dev-slim|slim)).jar
67
name: "Cosmic Core ${{ steps.gradle_properties.outputs.mod_version }}"
68
version: ${{ steps.gradle_properties.outputs.mod_version }}
69
version-type: ${{ inputs.version_type }}
0 commit comments