Skip to content

Commit a9c96e9

Browse files
committed
ls target
1 parent ac60a51 commit a9c96e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/post-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
- name: Build
5252
run: cargo build -p native --release --target ${{ matrix.target }}
5353

54+
- name: List
55+
run: |
56+
ls target
57+
ls target/release
58+
ls target/${{ matrix.target }}
59+
5460
- name: Upload Artifact
5561
uses: actions/upload-artifact@v4
5662
with:

0 commit comments

Comments
 (0)