ci: fix artifacts upload for linux build
This commit is contained in:
parent
493b91782d
commit
7f2fb0ea57
|
@ -295,7 +295,7 @@ jobs:
|
|||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ matrix.profile }}-${{ matrix.otp }}
|
||||
path: source/_packages/${{ matrix.profile }}/.
|
||||
path: source/_packages/${{ matrix.profile }}/
|
||||
|
||||
publish_artifacts:
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
Loading…
Reference in New Issue