Skip to content

Commit b069bef

Browse files
committed
fix: CI proper handle artifacts uq
1 parent 4d4bb96 commit b069bef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ jobs:
386386
- name: Upload build artifacts
387387
uses: actions/upload-artifact@v4
388388
with:
389-
name: labeless_build_${{ env.VER }}_${{ env.SHORT_SHA }}_${{ runner.os }}
389+
name: labeless_build_${{ env.VER }}_${{ env.SHORT_SHA }}_${{ matrix.os }}
390390
path: |
391391
bin/labeless_olly.dll
392392
bin/labeless_olly-x86.pdb

0 commit comments

Comments
 (0)