From 3b9fd665af85f08f3bcae711f99c49528fc4b666 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sat, 1 Jun 2024 02:21:19 +0200 Subject: Potentially fix modrinth publishing (if only github actions would document themselves wouldnt that be crazy?) [no changelog] --- .github/workflows/publish-github-to-modrinth.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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 -- cgit