Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrn committed Sep 30, 2024
1 parent 7f4b5dc commit fb23242
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Build project
run: cargo build --release

- name: Verify Build Output
run: ls -lh target/release/

- name: Archive Linux binary
run: |
mkdir -p dist
Expand Down Expand Up @@ -48,6 +51,9 @@ jobs:
- name: Build project
run: cargo build --release

- name: Verify Build Output
run: ls -lh target/release/

- name: Archive macOS binary
run: |
mkdir -p dist
Expand Down

0 comments on commit fb23242

Please sign in to comment.