From 6508891664eb7b1609dfe891fb0602febb08c6b2 Mon Sep 17 00:00:00 2001 From: omo50 <144749186+omo50@users.noreply.github.com> Date: Sat, 2 May 2026 09:24:22 -0600 Subject: [PATCH] chore(ci): fix mnaybe --- .forgejo/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 372495b68..c2abf0c7b 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -220,13 +220,12 @@ jobs: with: modrinth-id: ${{ steps.meta.outputs.mr_id }} modrinth-token: ${{ secrets.MR }} - modrinth-files: ${{ steps.meta.outputs.mr_id != '' && format('{0}/{1}/artifacts/*.mrpack', github.workspace, steps.meta.outputs.path) || '' }} curseforge-id: ${{ steps.meta.outputs.cf_id }} curseforge-token: ${{ secrets.CF }} - curseforge-files: ${{ steps.meta.outputs.cf_id != '' && format('{0}/{1}/artifacts/*.zip', github.workspace, steps.meta.outputs.path) || '' }} + files: "${{ github.workspace }}/${{ steps.meta.outputs.path }}/artifacts/*" name: "${{ steps.meta.outputs.name }}" version: "${{ steps.meta.outputs.ver }}" version-type: ${{ steps.meta.outputs.release_type }} changelog: "${{ steps.changelog.outputs.notes }}" loaders: ${{ steps.meta.outputs.type == 'modpack' && steps.meta.outputs.loader || 'minecraft' }} - game-versions: "${{ steps.meta.outputs.mc }}" + game-versions: "${{ steps.meta.outputs.mc }}" \ No newline at end of file