Skip to content

Commit ff2addc

Browse files
CopilotCyl18
andcommitted
Optimize PR packer artifact naming to include PR number
Co-authored-by: Cyl18 <14993992+Cyl18@users.noreply.github.com>
1 parent 632368e commit ff2addc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-packer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ jobs:
104104
- name: Upload Artifact for ${{ matrix.version }}
105105
uses: actions/upload-artifact@v4
106106
with:
107-
name: Minecraft-Mod-Language-Package-${{ matrix.version }}
107+
name: Minecraft-Mod-Language-Package-${{ matrix.version }}-PR${{ github.event.pull_request.number || 'manual' }}
108108
path: Minecraft-Mod-Language-Package-${{ matrix.version }}/*
109109
if: steps.check-changes.outputs.changed == 'true' || github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)