Skip to content

Commit

Permalink
fix: update artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev committed Jan 31, 2025
1 parent 36ed62f commit eebcb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target-os }}
name: ${{ matrix.target-os }}-${{ matrix.recipe }}
path: release-artifacts/*

create-test-release:
Expand Down

0 comments on commit eebcb8f

Please sign in to comment.