We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4bb96 commit b069befCopy full SHA for b069bef
1 file changed
.github/workflows/ci.yml
@@ -386,7 +386,7 @@ jobs:
386
- name: Upload build artifacts
387
uses: actions/upload-artifact@v4
388
with:
389
- name: labeless_build_${{ env.VER }}_${{ env.SHORT_SHA }}_${{ runner.os }}
+ name: labeless_build_${{ env.VER }}_${{ env.SHORT_SHA }}_${{ matrix.os }}
390
path: |
391
bin/labeless_olly.dll
392
bin/labeless_olly-x86.pdb
0 commit comments