Skip to content

Commit ad650e3

Browse files
committed
ci: artifact title for preview build
1 parent 15e0092 commit ad650e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
- name: upload the artifact
5757
uses: actions/upload-artifact@v4
5858
with:
59-
name: ntp-cli v${{ env.VERSION }} for ${{ matrix.os }}
59+
name: ntp-cli v${{ env.VERSION }} preview for ${{ env.PLATFORM }}
6060
path: ./ntp-cli-${{ env.PLATFORM }}-v${{ env.VERSION }}-preview
6161
overwrite: true

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: upload the artifact
5858
uses: actions/upload-artifact@v4
5959
with:
60-
name: ntp-cli v${{ env.VERSION }} for ${{ matrix.os }}
60+
name: ntp-cli v${{ env.VERSION }} for ${{ env.PLATFORM }}
6161
path: ./ntp-cli-${{ env.PLATFORM }}-v${{ env.VERSION }}
6262
overwrite: true
6363

0 commit comments

Comments
 (0)