Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qbx2 committed Jan 7, 2022
1 parent e20972a commit 6e81b2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
run: |
rustup target add x86_64-pc-windows-gnu
cargo build --verbose --release
mkdir dist/SKSE/Plugins/
mv target/x86_64-pc-windows-gnu/release/skyrim_search_se.dll dist/SKSE/Plugins/
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: release
path: target/x86_64-pc-windows-gnu/release/
path: dist

0 comments on commit 6e81b2e

Please sign in to comment.