Skip to content

Commit

Permalink
Give artifacts unique names
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Jan 12, 2024
1 parent fad3d4f commit ae13b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
- name: Archive Core Artifact
uses: actions/upload-artifact@v4
with:
name: Arduino Core (Zip)
name: Arduino Core ${{ matrix.mbed_target }} ${{ matrix.cmake_build_type }} (Zip)
path: build/ArduinoCore-mbed-ce-*.zip

0 comments on commit ae13b7e

Please sign in to comment.