Skip to content

Commit

Permalink
add bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
clysto committed May 15, 2024
1 parent d60f8a1 commit d842be1
Show file tree
Hide file tree
Showing 6 changed files with 558 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: cargo build --release --verbose
- name: Run tests
run: cargo test --verbose
- name: Bundle
run: cargo install cargo-bundle && cargo bundle --release
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-executable
path: target/release/esig${{ matrix.os == 'windows-latest' && '.exe' || '' }}
path: target/release/bundle
Loading

0 comments on commit d842be1

Please sign in to comment.