Skip to content

Commit

Permalink
check correct zip
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Oct 23, 2023
1 parent a173cdc commit 1573910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
type: 'zip'
filename: wallet-daemon_${{github.ref_name}}_x86_64-unknown-linux-gnu.zip
directory: target/release
exclusions: '.fingerprint* build* deps* examples* incremental* .cargo-lock *.d *.rlib'
exclusions: '.fingerprint/* build/* deps/* examples/* incremental/* .cargo-lock *.d *.rlib'

- name: Linux Release
uses: softprops/action-gh-release@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Test Build

on:
push:
branches: [master]
pull_request:
branches: [master]

env:
CARGO_TERM_COLOR: always
Expand All @@ -17,7 +15,9 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose

- name: Run clippy
run: cargo clippy

0 comments on commit 1573910

Please sign in to comment.