mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
fix: update artifact name
This commit is contained in:
parent
36ed62f743
commit
eebcb8fe03
2
.github/workflows/build-packages.yaml
vendored
2
.github/workflows/build-packages.yaml
vendored
@ -82,7 +82,7 @@ jobs:
|
|||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.target-os }}
|
name: ${{ matrix.target-os }}-${{ matrix.recipe }}
|
||||||
path: release-artifacts/*
|
path: release-artifacts/*
|
||||||
|
|
||||||
create-test-release:
|
create-test-release:
|
||||||
|
Loading…
Reference in New Issue
Block a user