We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5509f2f commit d96bc0aCopy full SHA for d96bc0a
.github/workflows/pull_request.yml
@@ -58,6 +58,6 @@ jobs:
58
uses: actions/upload-artifact@v3
59
id: upload
60
with:
61
- name: processing-pr${{ github.event.pull_request.number }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-gradle
+ name: processing-pr${{ github.event.pull_request.number }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-ant
62
path: ./build/${{ matrix.os_prefix }}/processing-${{github.sha}}-${{ matrix.os_prefix}}-*
63
retention-days: 5
0 commit comments