Skip to content

Commit 57bf31a

Browse files
committed
Rename build artifact prefixes to "dengr"
1 parent c7b5608 commit 57bf31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ jobs:
7373
if: github.event_name == 'release'
7474
uses: actions/upload-artifact@v2
7575
with:
76-
name: build_${{ github.sha }}_${{ matrix.os }}_${{ matrix.cxx }}
76+
name: dengr_${{ github.sha }}_${{ matrix.os }}_${{ matrix.cxx }}
7777
path: ${{github.workspace}}/artifacts

0 commit comments

Comments
 (0)