Skip to content

Commit

Permalink
Update redlib.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai authored Apr 16, 2024
1 parent 8f4ea50 commit ee2a328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/redlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
cd redlib/
cargo build --target x86_64-unknown-linux-gnu --release
mv target/x86_64-unknown-linux-gnu/release/libreddit ../redlib_linux_x86_64
mv target/x86_64-unknown-linux-gnu/release/redlib ../redlib_linux_x86_64
cargo build --target x86_64-pc-windows-gnu --release
mv target/x86_64-pc-windows-gnu/release/libreddit.exe ../redlib_windows_x86_64.exe
mv target/x86_64-pc-windows-gnu/release/redlib.exe ../redlib_windows_x86_64.exe
cd ../../
Expand Down

0 comments on commit ee2a328

Please sign in to comment.