Skip to content

Commit cd29471

Browse files
committed
Print unzipped files
1 parent 3dd4b2a commit cd29471

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/decrypt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
run: |
2323
set -x
2424
gpg --quiet --batch --yes --decrypt --passphrase="$REFPROP_GPG_PASSPHRASE" --output REFPROP.zip REFPROP.zip.gpg
25+
unzip REFPROP.zip -d REFPROP
26+
ls REFPROP
2527
env:
2628
REFPROP_GPG_PASSPHRASE: ${{ secrets.REFPROP_GPG_PASSPHRASE }}
2729

0 commit comments

Comments
 (0)