Skip to content

Commit d038d16

Browse files
author
Murilo Marinho
committed
Getting rid of the extract folder
1 parent 84b368c commit d038d16

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/autobuilder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
PGP_PRIVATE_KEY: ${{ secrets.PGP_PRIVATE_KEY }}
3939
run: |
4040
cd ppa
41+
cp extract/* .
42+
rm -rf extract
4143
ls -lah
4244
echo -e "$PGP_PRIVATE_KEY" | gpg --import
4345
gpg --armor --export "murilomarinho@ieee.org" > KEY.gpg

0 commit comments

Comments
 (0)