Skip to content

Commit

Permalink
Add Rust CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
gyk4j committed Jul 30, 2024
1 parent b2310aa commit 373fe1d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,17 @@ jobs:
mkdir -p /tmp/upload/ruby
cp main.rb /tmp/upload/ruby
- name: "Build Rust"
run: |
cd $GITHUB_WORKSPACE/rust/wsgup
mkdir -p /tmp/upload/rust
cargo build --release
cp target/release/wsgup /tmp/upload/rust
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: wreck
name: wreck-${{ github.sha }}
path: /tmp/upload
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit 373fe1d

Please sign in to comment.