There was an error while loading. Please reload this page.
2 parents a48fbb8 + 85fd1f5 commit 976618bCopy full SHA for 976618b
1 file changed
.github/workflows/main.yml
@@ -17,6 +17,8 @@ jobs:
17
mvn clean package
18
mkdir targetJAR
19
cp target/hello-shiftleft-0.0.1.jar targetJAR/hello-shiftleft-0.0.1.jar
20
+ ls -l
21
+ ls targetJAR
22
- name: Upload artifact
23
uses: actions/upload-artifact@v1.0.0
24
with:
@@ -48,5 +50,7 @@ jobs:
48
50
- name: Checkout Code
49
51
uses: actions/checkout@v2.0.0
52
- name: Analyze code
- run: sh actionanalysis.sh
53
+ run: |
54
55
+ sh actionanalysis.sh
56
0 commit comments