Skip to content

Commit

Permalink
Fix pipeline syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rnd-ash committed Oct 3, 2024
1 parent 0cd85f5 commit 5340124
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Build executable
working-directory: ./config_app
run: cargo bundle --release
run: ls target/release/bundle/
run: |
cargo bundle --release
ls target/release/bundle/
- uses: actions/upload-artifact@v3
with:
name: config-app-osx
Expand Down

0 comments on commit 5340124

Please sign in to comment.