We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826b740 commit cfad867Copy full SHA for cfad867
1 file changed
.github/workflows/build.yml
@@ -81,7 +81,7 @@ jobs:
81
uses: actions/upload-artifact@v4
82
if: success()
83
with:
84
- name: treegen-${{ runner.os }}-${{ github.sha }}
+ name: treegen-${{ runner.os }}-${{ matrix.rust }}-${{ github.sha }}
85
path: |
86
treegen-*.tar.gz
87
treegen-*.zip
0 commit comments