Skip to content

Fix RemapJar producing broken jars if any copy spec is provided to the underlying Jar task #1119

Fix RemapJar producing broken jars if any copy spec is provided to the underlying Jar task

Fix RemapJar producing broken jars if any copy spec is provided to the underlying Jar task #1119

Workflow file for this run

# File generated by the GradleUtils `setupGitHubActionsWorkflows` task, avoid modifying it directly
# The template can be found at https://github.com/neoforged/GradleUtils/blob/a65628b0c89dec60b357ce3f8f6bfa62934b8357/src/actionsTemplate/resources/.github/workflows/publish-prs.yml
name: Publish PRs to GitHub Packages
on:
workflow_run:
workflows: [Build and test PRs]
types:
- completed
issue_comment:
types:
- edited
pull_request_target:
types:
- opened
permissions:
packages: write
jobs:
publish-prs:
if: true
uses: neoforged/actions/.github/workflows/publish-prs.yml@main
with:
artifact_base_path: net/neoforged/moddev-gradle/|net/neoforged/moddev/
secrets:
PR_PUBLISHING_GH_APP_ID: ${{ secrets.PR_PUBLISHING_GH_APP_ID }}
PR_PUBLISHING_GH_APP_KEY: ${{ secrets.PR_PUBLISHING_GH_APP_KEY }}