Skip to content

Commit 976618b

Browse files
Merge pull request #38 from alokshukla1978/alokshukla1978-patch-1
Update main.yml
2 parents a48fbb8 + 85fd1f5 commit 976618b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
mvn clean package
1818
mkdir targetJAR
1919
cp target/hello-shiftleft-0.0.1.jar targetJAR/hello-shiftleft-0.0.1.jar
20+
ls -l
21+
ls targetJAR
2022
- name: Upload artifact
2123
uses: actions/upload-artifact@v1.0.0
2224
with:
@@ -48,5 +50,7 @@ jobs:
4850
- name: Checkout Code
4951
uses: actions/checkout@v2.0.0
5052
- name: Analyze code
51-
run: sh actionanalysis.sh
53+
run: |
54+
ls -l
55+
sh actionanalysis.sh
5256

0 commit comments

Comments
 (0)