Skip to content

Commit 7041916

Browse files
committed
Pwd ls
1 parent fdb6c10 commit 7041916

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
with:
1717
command: build
1818
args: --release
19+
- name: Pwd ls
20+
run: |
21+
pwd
22+
ls
23+
ls target
1924
- name: Upload artifact
2025
uses: actions/upload-artifact@v1
2126
with:

0 commit comments

Comments
 (0)