ci: print data
This commit is contained in:
@@ -45,6 +45,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: artifact
|
name: artifact
|
||||||
path: artifact
|
path: artifact
|
||||||
|
- name: Print data
|
||||||
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -la
|
||||||
- name: Upload to server
|
- name: Upload to server
|
||||||
run: |
|
run: |
|
||||||
mkdir ~/.ssh
|
mkdir ~/.ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user