mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
In arduino_packing.yml, distinguish OS and architecture
upload-artifacts@v4 complains if the same artifact already exists, so chose a different name for each OS+arch.
This commit is contained in:
2
.github/workflows/arduino_packing.yml
vendored
2
.github/workflows/arduino_packing.yml
vendored
@@ -88,5 +88,5 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
if-no-files-found: error
|
||||
name: ${{ env.ARTIFACT_NAME }}
|
||||
name: ${{ env.ARTIFACT_NAME }}_${{ matrix.config.os }}_${{ matrix.config.arch }}
|
||||
path: ${{ env.PROJECT_NAME }}/${{ env.PROJECT_NAME }}_*
|
||||
|
||||
Reference in New Issue
Block a user