Skip to content

Commit 5509f2f

Browse files
committed
More helpful artifact names
1 parent 66774ec commit 5509f2f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Add artifact
5151
uses: actions/upload-artifact@v4
5252
with:
53-
name: processing-${{github.sha}}${{ matrix.os_prefix }}-${{ matrix.arch }}
53+
name: processing-${{ github.ref_name }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-gradle
5454
path: |
5555
./app/build/compose/binaries/main/dmg/Processing-*.dmg
5656
./app/build/compose/binaries/main/dmg/INSTRUCTIONS_FOR_TESTING.txt

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ jobs:
8080
- name: Add artifact
8181
uses: actions/upload-artifact@v4
8282
with:
83-
name: processing-${{github.sha}}${{ matrix.os_prefix }}-${{ matrix.arch }}
83+
name: processing-${{ github.ref_name }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-ant
8484
path: ./build/${{ matrix.os_prefix }}/processing-${{github.sha}}-${{ matrix.os_prefix}}-*
8585
retention-days: 1

.github/workflows/pull_request-gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Add artifact
5353
uses: actions/upload-artifact@v4
5454
with:
55-
name: processing-${{github.sha}}${{ matrix.os_prefix }}-${{ matrix.arch }}
55+
name: processing-pr${{ github.event.pull_request.number }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-gradle
5656
path: |
5757
./app/build/compose/binaries/main/dmg/Processing-*.dmg
5858
./app/build/compose/binaries/main/dmg/INSTRUCTIONS_FOR_TESTING.txt

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
uses: actions/upload-artifact@v3
5959
id: upload
6060
with:
61-
name: processing-${{github.sha}}${{ matrix.os_prefix }}-${{ matrix.arch }}
61+
name: processing-pr${{ github.event.pull_request.number }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-gradle
6262
path: ./build/${{ matrix.os_prefix }}/processing-${{github.sha}}-${{ matrix.os_prefix}}-*
6363
retention-days: 5

0 commit comments

Comments
 (0)