aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/publish-github-to-modrinth.yml
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-06-01 02:21:19 +0200
committerLinnea Gräf <nea@nea.moe>2024-06-01 02:21:19 +0200
commit3b9fd665af85f08f3bcae711f99c49528fc4b666 (patch)
treef58bfc6a22a08c536b1c3ad94f34164436142fba /.github/workflows/publish-github-to-modrinth.yml
parente188bc52f889d67ef2ffe8fabd2b4ad45aa39c2c (diff)
downloadfirmament-3b9fd665af85f08f3bcae711f99c49528fc4b666.tar.gz
firmament-3b9fd665af85f08f3bcae711f99c49528fc4b666.tar.bz2
firmament-3b9fd665af85f08f3bcae711f99c49528fc4b666.zip
Potentially fix modrinth publishing
(if only github actions would document themselves wouldnt that be crazy?) [no changelog]
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 fcd7bcd..dc42327 100644
--- a/.github/workflows/publish-github-to-modrinth.yml
+++ b/.github/workflows/publish-github-to-modrinth.yml
@@ -16,6 +16,7 @@ jobs:
version: ${{ github.event.release.id }}
regex: true
file: ".*\\.jar"
+ target: '.'
token: ${{ secrets.GITHUB_TOKEN }}
- run: |
printf %s "$CHANGELOG" > CHANGELOG.md