CI workflow: add comment explaining artifact name

pull/83/head
Pat Hickey 6 years ago
parent 79dc08f8ac
commit 9e43b602af

@ -42,5 +42,6 @@ jobs:
name: Build name: Build
- uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v1
with: with:
name: ${{ format( 'packages-{0}.tgz', matrix.os) }} # Upload the dist folder. Give it a name according to the OS it was built for.
name: ${{ format( 'dist-{0}.tgz', matrix.os) }}
path: dist path: dist

Loading…
Cancel
Save