Skip to content

Commit

Permalink
ci: debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Mar 25, 2024
1 parent d5d5635 commit 365bea7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ jobs:
env:
RUSTFLAGS: "-C target-feature=+crt-static"

- name: ls
shell: bash
run: |
ls
ls target
ls target/release-lto
- name: Build archive
shell: bash
run: |
Expand Down

0 comments on commit 365bea7

Please sign in to comment.