From a71df27babc4ce94de9ba5f8d9f463262a7d450b Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Sun, 22 Nov 2020 22:56:20 +0700 Subject: [PATCH] Upload separate debug and release artifacts --- .github/workflows/main.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b1bfc6..7176e51 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/README.md b/README.md index f1bf03d..e7000ea 100644 --- a/README.md +++ b/README.md @@ -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`