|
|
@ -101,7 +101,7 @@ jobs: |
|
|
|
cp libtorrent/build/compile_commands.json upload/cmake/libtorrent |
|
|
|
cp libtorrent/build/compile_commands.json upload/cmake/libtorrent |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload build artifacts |
|
|
|
- name: Upload build artifacts |
|
|
|
uses: actions/upload-artifact@v2 |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: build-info_ubuntu-20.04-x64_${{ matrix.qbt_gui }}_libtorrent-${{ matrix.libt_version }}_Qt-${{ matrix.qt_version }} |
|
|
|
name: build-info_ubuntu-20.04-x64_${{ matrix.qbt_gui }}_libtorrent-${{ matrix.libt_version }}_Qt-${{ matrix.qt_version }} |
|
|
|
path: upload |
|
|
|
path: upload |
|
|
|