We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1646e0e commit db6e347Copy full SHA for db6e347
.github/workflows/build.yaml
@@ -48,5 +48,5 @@ jobs:
48
- name: Upload build
49
uses: actions/upload-artifact@v1
50
with:
51
- name: ${{ matrix.profile }}-${{ matrix.os }}-${{ matrix.rust }}-qry
+ name: ${{ matrix.os }}-${{ matrix.rust }}-${{ matrix.profile }}-qry
52
path: build/
0 commit comments