Upload separate debug and release artifacts

This commit is contained in:
Leroy Hopson 2020-11-22 22:56:20 +07:00 committed by Leroy Hopson
parent 55e2e0cc8b
commit a71df27bab
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: bin
name: libgodot-xterm-${{ matrix.target }}
path: |
addons/godot_xterm/native/bin/*.so
addons/godot_xterm/native/bin/*.dylib

View file

@ -33,7 +33,7 @@ To install, copy (or symlink) the `addons/godot_xterm` directory in this repo to
### Precompiled Binaries
Precompiled binaries can be downloaded from the GitHub releases page. Download the `bin.zip` file and extract it to the `addons/godot_xterm/native/bin` directory. This will install the gdnative libraries for all supported platforms.
Precompiled binaries can be downloaded from the GitHub releases page. Download the `libgodot-xterm-release.zip` (or `libgodot-xterm-debug.zip`) file and extract it to the `addons/godot_xterm/native/bin` directory. This will install the gdnative libraries for all supported platforms.
After extracting the zip file, the directory should contain the following:
- `libgodot-xterm.linux.64.so`
- `libgodot-xterm.linux.32.so`