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 c7b5608 commit 57bf31aCopy full SHA for 57bf31a
.github/workflows/continuous-integration.yml
@@ -73,5 +73,5 @@ jobs:
73
if: github.event_name == 'release'
74
uses: actions/upload-artifact@v2
75
with:
76
- name: build_${{ github.sha }}_${{ matrix.os }}_${{ matrix.cxx }}
+ name: dengr_${{ github.sha }}_${{ matrix.os }}_${{ matrix.cxx }}
77
path: ${{github.workspace}}/artifacts
0 commit comments