aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/publish-github-to-modrinth.yml
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-12-01 13:02:53 +0100
committerLinnea Gräf <nea@nea.moe>2025-12-01 13:02:53 +0100
commitf02b34aa79c048123514f80ab38e1a7c3958e806 (patch)
tree1fbe95e58fc462fed077b00c7d05b2137d90fe91 /.github/workflows/publish-github-to-modrinth.yml
parent32b2210df4f89964367b03916a65a7db9eb3ab14 (diff)
downloadFirmament-4.1.0+mc1.21.10.tar.gz
Firmament-4.1.0+mc1.21.10.tar.bz2
Firmament-4.1.0+mc1.21.10.zip
ci: exclude api and sources .jars more often4.1.0+mc1.21.10
Diffstat (limited to '.github/workflows/publish-github-to-modrinth.yml')
-rw-r--r--.github/workflows/publish-github-to-modrinth.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish-github-to-modrinth.yml b/.github/workflows/publish-github-to-modrinth.yml
index 18ecf4a..7b966ab 100644
--- a/.github/workflows/publish-github-to-modrinth.yml
+++ b/.github/workflows/publish-github-to-modrinth.yml
@@ -19,6 +19,7 @@ jobs:
steps:
- run: |
gh release download "$TAG" -p '*.jar' --repo "$REPO"
+ rm -f *-sources.jar *-api.jar *-api-sources.jar
env:
TAG: ${{ github.event.release.tag_name }}
REPO: ${{ github.repository }}