mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
More helpful artifact names
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
||||
- name: Add artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: processing-${{github.sha}}${{ matrix.os_prefix }}-${{ matrix.arch }}
|
||||
name: processing-${{ github.ref_name }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-gradle
|
||||
path: |
|
||||
./app/build/compose/binaries/main/dmg/Processing-*.dmg
|
||||
./app/build/compose/binaries/main/dmg/INSTRUCTIONS_FOR_TESTING.txt
|
||||
|
||||
@@ -80,6 +80,6 @@ jobs:
|
||||
- name: Add artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: processing-${{github.sha}}${{ matrix.os_prefix }}-${{ matrix.arch }}
|
||||
name: processing-${{ github.ref_name }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-ant
|
||||
path: ./build/${{ matrix.os_prefix }}/processing-${{github.sha}}-${{ matrix.os_prefix}}-*
|
||||
retention-days: 1
|
||||
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
- name: Add artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: processing-${{github.sha}}${{ matrix.os_prefix }}-${{ matrix.arch }}
|
||||
name: processing-pr${{ github.event.pull_request.number }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-gradle
|
||||
path: |
|
||||
./app/build/compose/binaries/main/dmg/Processing-*.dmg
|
||||
./app/build/compose/binaries/main/dmg/INSTRUCTIONS_FOR_TESTING.txt
|
||||
|
||||
@@ -58,6 +58,6 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
id: upload
|
||||
with:
|
||||
name: processing-${{github.sha}}${{ matrix.os_prefix }}-${{ matrix.arch }}
|
||||
name: processing-pr${{ github.event.pull_request.number }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-gradle
|
||||
path: ./build/${{ matrix.os_prefix }}/processing-${{github.sha}}-${{ matrix.os_prefix}}-*
|
||||
retention-days: 5
|
||||
|
||||
Reference in New Issue
Block a user