File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 35
35
ghcr.io/appcd-dev/appcd-dist/appcd-cli:v0.9.1 \
36
36
generate --mode ci --lang Python --log 2 --output=/artifact/main/.appcd/charts --iac-type Helm
37
37
cd artifact/main/.appcd/charts
38
- unzip code.zip && rm code.zip
38
+ ls -latr
39
+ unzip scan.zip && rm scan.zip
39
40
- name : Upload logs
40
41
uses : actions/upload-artifact@v2
41
42
with :
69
70
ghcr.io/appcd-dev/appcd-dist/appcd-cli:v0.9.1 \
70
71
generate --mode ci --lang Python --log 2 --iac-type Helm --output=/artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
71
72
cd artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
72
- unzip code .zip && rm code .zip
73
+ unzip scan .zip && rm scan .zip
73
74
- name : Upload logs
74
75
uses : actions/upload-artifact@v2
75
76
with :
You can’t perform that action at this time.
0 commit comments