aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2024-06-02 00:44:47 +1000
committerGitHub <noreply@github.com>2024-06-01 16:44:47 +0200
commit9ec5cb6940919d9f89e60aa1d817dd4cced8ac2e (patch)
tree0ae0b18a5e18c5cac75a0ac56c51121f72c22049
parent3ddc148597a0f9e94b1187e6f95a94c071ee62b6 (diff)
downloadNotEnoughUpdates-9ec5cb6940919d9f89e60aa1d817dd4cced8ac2e.tar.gz
NotEnoughUpdates-9ec5cb6940919d9f89e60aa1d817dd4cced8ac2e.tar.bz2
NotEnoughUpdates-9ec5cb6940919d9f89e60aa1d817dd4cced8ac2e.zip
meta: Fix modrinth action being stupid (#1193)
-rw-r--r--.github/workflows/push-to-modrinth.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/push-to-modrinth.yaml b/.github/workflows/push-to-modrinth.yaml
index a781483f..364a3afe 100644
--- a/.github/workflows/push-to-modrinth.yaml
+++ b/.github/workflows/push-to-modrinth.yaml
@@ -13,6 +13,7 @@ jobs:
regex: true
file: ".*\\.jar"
token: ${{ secrets.GITHUB_TOKEN }}
+ target: .
- run: |
printf %s "$CHANGELOG" > CHANGELOG.md
env: