build: fixed artifact name

This commit is contained in:
Simeon Radivoev 2026-02-08 22:23:44 +02:00
parent ff239ab0e5
commit d6e0a8350a
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A

View file

@ -29,5 +29,5 @@ jobs:
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: canary-build name: canary-build-${{ runner.os }}
path: build/${{ runner.os }} path: build/${{ runner.os }}