Skip to content

Commit f6fbd51

Browse files
committed
Use target platform for name
1 parent fe3b82e commit f6fbd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Upload build artifacts
7575
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7676
with:
77-
name: conda-packages-${{ matrix.bins.bin }}-${{ matrix.bins.os }}
77+
name: conda-packages-${{ matrix.bins.bin }}-${{ env.TARGET_PLATFORM }}
7878
path: ${{ runner.temp }}/**/*.conda
7979

8080
aggregate-conda-packages:

0 commit comments

Comments
 (0)