diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-12-10 18:26:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-10 18:26:25 +0100 |
commit | 61a6d25c47283157808701bfa8045a90ea7ba5cf (patch) | |
tree | 393ac5d8e204c6d87337f0f9663b2db1db2e4a08 /.github | |
parent | 35bdd5efa71ba32a6c1cdfbabfa4b8dc71760aac (diff) | |
parent | dfaad6f5baa01c6c0975237963e35edcfa37ec08 (diff) | |
download | fork-godot-webrtc-native-61a6d25c47283157808701bfa8045a90ea7ba5cf.tar.gz fork-godot-webrtc-native-61a6d25c47283157808701bfa8045a90ea7ba5cf.tar.bz2 fork-godot-webrtc-native-61a6d25c47283157808701bfa8045a90ea7ba5cf.zip |
Merge pull request #75 from Faless/bump/beta8
Bump godot-cpp to beta8, libdatachannel to v0.18.0
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_release.yml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index ab7ee01..668d26a 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -177,7 +177,9 @@ jobs: - uses: actions/upload-artifact@v3 with: name: ${{ github.job }}-${{ matrix.platform }}-${{ matrix.arch }} - path: bin/* + path: | + bin/ + !bin/thirdparty/ package: name: 📦 Package @@ -195,13 +197,13 @@ jobs: - name: Bundle licenses. run: | cp LICENSE artifacts/LICENSE.webrtc-native - cp deps/libdatachannel/LICENSE artifacts/LICENSE.libdatachannel - cp deps/openssl/LICENSE.txt artifacts/LICENSE.openssl - cp deps/libdatachannel/deps/libjuice/LICENSE artifacts/LICENSE.libjuice - cp deps/libdatachannel/deps/usrsctp/LICENSE.md artifacts/LICENSE.usrsctp - cp deps/libdatachannel/deps/libsrtp/LICENSE artifacts/LICENSE.libsrtp - cp deps/libdatachannel/deps/json/LICENSE.MIT artifacts/LICENSE.json - cp deps/libdatachannel/deps/plog/LICENSE artifacts/LICENSE.plog + cp thirdparty/libdatachannel/LICENSE artifacts/LICENSE.libdatachannel + cp thirdparty/openssl/LICENSE.txt artifacts/LICENSE.openssl + cp thirdparty/libdatachannel/deps/libjuice/LICENSE artifacts/LICENSE.libjuice + cp thirdparty/libdatachannel/deps/usrsctp/LICENSE.md artifacts/LICENSE.usrsctp + cp thirdparty/libdatachannel/deps/libsrtp/LICENSE artifacts/LICENSE.libsrtp + cp thirdparty/libdatachannel/deps/json/LICENSE.MIT artifacts/LICENSE.json + cp thirdparty/libdatachannel/deps/plog/LICENSE artifacts/LICENSE.plog - name: Package artifacts for release env: |