Merge pull request #2101 from mcuee/avrdude_packcing_ci

Update artifact upload name and path in arduino_packing_release workflow
This commit is contained in:
mcuee
2026-05-04 11:23:29 +08:00
committed by GitHub

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