diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c2162b..ede92c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,5 +42,6 @@ jobs: name: Build - uses: actions/upload-artifact@v1 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