Skip to content

Commit 5419fcb

Browse files
committed
use github.sha instead of ref_name
1 parent f34498a commit 5419fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
- name: Add artifact
6666
uses: actions/upload-artifact@v4
6767
with:
68-
name: processing-${{ matrix.os_prefix }}-${{ matrix.arch }}-br_${{ github.ref_name }}
68+
name: processing-${{ matrix.os_prefix }}-${{ matrix.arch }}-br_${{ github.sha }}
6969
retention-days: 1
70-
path: app/build/compose/binaries/main/${{ matrix.binary }}
70+
path: app/build/compose/binaries/main/${{ matrix.binary }}

0 commit comments

Comments
 (0)