Update artifact upload name and path in arduino_packing_release workflow

Fix https://github.com/avrdudes/avrdude/issues/2039.
This commit is contained in:
mcuee
2026-04-19 07:12:06 +08:00
committed by GitHub
parent ce76a30365
commit fbe433ce1b

View File

@@ -80,5 +80,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: ${{ env.ARTIFACT_NAME }}
path: avrdude_*
name: ${{ env.ARTIFACT_NAME }}-${{ matrix.config.os }}-${{ matrix.config.arch }}
path: ${{ env.PROJECT_NAME }}_*.tar.gz