diff options
author | Linnea Gräf <nea@nea.moe> | 2024-06-01 02:21:19 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-06-01 02:21:19 +0200 |
commit | 3b9fd665af85f08f3bcae711f99c49528fc4b666 (patch) | |
tree | f58bfc6a22a08c536b1c3ad94f34164436142fba /.github | |
parent | e188bc52f889d67ef2ffe8fabd2b4ad45aa39c2c (diff) | |
download | firmament-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')
-rw-r--r-- | .github/workflows/publish-github-to-modrinth.yml | 1 |
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 |