aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2024-05-29 21:09:54 +1000
committerGitHub <noreply@github.com>2024-05-29 13:09:54 +0200
commitd366be39e375827e01838c66362143e1e5a34e88 (patch)
treec8566378ddae0dcb472fe8e4f27ccf8a44baf3ad
parentfe1aba56dedeb256353fe2d281dfe986b448909e (diff)
downloadNotEnoughUpdates-d366be39e375827e01838c66362143e1e5a34e88.tar.gz
NotEnoughUpdates-d366be39e375827e01838c66362143e1e5a34e88.tar.bz2
NotEnoughUpdates-d366be39e375827e01838c66362143e1e5a34e88.zip
Fix Modrinth workflow (#1185)
-rw-r--r--.github/workflows/push-to-modrinth.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-to-modrinth.yaml b/.github/workflows/push-to-modrinth.yaml
index d33e2090..a781483f 100644
--- a/.github/workflows/push-to-modrinth.yaml
+++ b/.github/workflows/push-to-modrinth.yaml
@@ -11,7 +11,7 @@ jobs:
with:
version: ${{ github.event.release.id }}
regex: true
- file: "*.jar"
+ file: ".*\\.jar"
token: ${{ secrets.GITHUB_TOKEN }}
- run: |
printf %s "$CHANGELOG" > CHANGELOG.md