We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d28fb commit daef030Copy full SHA for daef030
.github/workflows/appcd-iac-pr-diff.yml
@@ -35,7 +35,8 @@ jobs:
35
ghcr.io/appcd-dev/appcd-dist/appcd-cli:v0.9.1 \
36
generate --mode ci --lang Python --log 2 --output=/artifact/main/.appcd/charts --iac-type Helm
37
cd artifact/main/.appcd/charts
38
- unzip code.zip && rm code.zip
+ ls -latr
39
+ unzip scan.zip && rm scan.zip
40
- name: Upload logs
41
uses: actions/upload-artifact@v2
42
with:
@@ -69,7 +70,7 @@ jobs:
69
70
71
generate --mode ci --lang Python --log 2 --iac-type Helm --output=/artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
72
cd artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
73
74
75
76
0 commit comments