We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e0092 commit ad650e3Copy full SHA for ad650e3
.github/workflows/build.yml
@@ -56,6 +56,6 @@ jobs:
56
- name: upload the artifact
57
uses: actions/upload-artifact@v4
58
with:
59
- name: ntp-cli v${{ env.VERSION }} for ${{ matrix.os }}
+ name: ntp-cli v${{ env.VERSION }} preview for ${{ env.PLATFORM }}
60
path: ./ntp-cli-${{ env.PLATFORM }}-v${{ env.VERSION }}-preview
61
overwrite: true
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
+ name: ntp-cli v${{ env.VERSION }} for ${{ env.PLATFORM }}
path: ./ntp-cli-${{ env.PLATFORM }}-v${{ env.VERSION }}
62
63
0 commit comments