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`