ci: Fixed typo in artifact upload

This commit is contained in:
2025-09-14 19:02:18 -06:00
parent 8a79de2fc8
commit 81f7e86adc
4 changed files with 3 additions and 39 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: artifacts-v${{ env.RELEASE_VERSION }}
name: artifacts-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}
path: artifacts
overwrite: true