Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PandeCode authored Nov 20, 2024
1 parent 46f92c4 commit 75ea03c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: cd rust && sudo apt install luajit pkg-config libluajit-5.1-2 libluajit-5.1-common libluajit-5.1-dev && cargo build --verbose --release && cd ..
- name: Cache
uses: actions/[email protected]
with:
path: "target/release/librust.so"
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: target/release/librust.so
files: "target/release/librust.so"

0 comments on commit 75ea03c

Please sign in to comment.