File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
- name : Add artifact
51
51
uses : actions/upload-artifact@v4
52
52
with :
53
- name : processing-${{ replace( github.ref_name, '/', '-') }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-gradle
53
+ name : processing-${{ github.ref_name }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-gradle
54
54
path : |
55
55
./app/build/compose/binaries/main/dmg/Processing-*.dmg
56
56
./app/build/compose/binaries/main/dmg/INSTRUCTIONS_FOR_TESTING.txt
Original file line number Diff line number Diff line change 72
72
- name : Add artifact
73
73
uses : actions/upload-artifact@v4
74
74
with :
75
- name : processing-${{ replace( github.ref_name, '/', '-') }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-ant
75
+ name : processing-${{ github.ref_name }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-ant
76
76
path : ./build/${{ matrix.os_prefix }}/processing-${{github.sha}}-${{ matrix.os_prefix}}-*
77
77
retention-days : 1
You can’t perform that action at this time.
0 commit comments