Skip to content

Commit

Permalink
chore: Organize the project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Sep 21, 2023
1 parent 0b778d5 commit f9beedf
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions build.sh → .github/build-for-linux/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

cd ../..
cargo build --target "$INPUT_TARGET" --release
mv target/$INPUT_TARGET/release/libplugin.so ./plugin.so
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
with:
fetch-depth: 1
- name: Build for Linux
uses: ./build-for-linux
uses: ./.github/build-for-linux
with:
target: ${{ matrix.target }}
toolchain: stable-${{ matrix.target }}
Expand Down

0 comments on commit f9beedf

Please sign in to comment.