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 f34498a commit 5419fcbCopy full SHA for 5419fcb
.github/workflows/build.yml
@@ -65,6 +65,6 @@ jobs:
65
- name: Add artifact
66
uses: actions/upload-artifact@v4
67
with:
68
- name: processing-${{ matrix.os_prefix }}-${{ matrix.arch }}-br_${{ github.ref_name }}
+ name: processing-${{ matrix.os_prefix }}-${{ matrix.arch }}-br_${{ github.sha }}
69
retention-days: 1
70
- path: app/build/compose/binaries/main/${{ matrix.binary }}
+ path: app/build/compose/binaries/main/${{ matrix.binary }}
0 commit comments