Skip to content

Commit

Permalink
Update rust.yml debug
Browse files Browse the repository at this point in the history
  • Loading branch information
qbx2 authored Apr 9, 2024
1 parent 7ac682b commit 4699cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build
run: |
rustup target add x86_64-pc-windows-gnu
cargo build --verbose --release
cargo build --verbose
mkdir dist/SKSE/Plugins/
mv target/x86_64-pc-windows-gnu/release/skyrim_search_se.dll dist/SKSE/Plugins/
Expand Down

0 comments on commit 4699cf5

Please sign in to comment.