Skip to content

Commit daef030

Browse files
committed
Safe
1 parent 43d28fb commit daef030

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/appcd-iac-pr-diff.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
ghcr.io/appcd-dev/appcd-dist/appcd-cli:v0.9.1 \
3636
generate --mode ci --lang Python --log 2 --output=/artifact/main/.appcd/charts --iac-type Helm
3737
cd artifact/main/.appcd/charts
38-
unzip code.zip && rm code.zip
38+
ls -latr
39+
unzip scan.zip && rm scan.zip
3940
- name: Upload logs
4041
uses: actions/upload-artifact@v2
4142
with:
@@ -69,7 +70,7 @@ jobs:
6970
ghcr.io/appcd-dev/appcd-dist/appcd-cli:v0.9.1 \
7071
generate --mode ci --lang Python --log 2 --iac-type Helm --output=/artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
7172
cd artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
72-
unzip code.zip && rm code.zip
73+
unzip scan.zip && rm scan.zip
7374
- name: Upload logs
7475
uses: actions/upload-artifact@v2
7576
with:

0 commit comments

Comments
 (0)