Skip to content

Commit 84b368c

Browse files
author
Murilo Marinho
committed
Taking a look at folder status
1 parent e5e5eaf commit 84b368c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/autobuilder.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
PGP_PRIVATE_KEY: ${{ secrets.PGP_PRIVATE_KEY }}
3939
run: |
4040
cd ppa
41+
ls -lah
4142
echo -e "$PGP_PRIVATE_KEY" | gpg --import
4243
gpg --armor --export "murilomarinho@ieee.org" > KEY.gpg
4344
dpkg-scanpackages --multiversion . > Packages
@@ -47,7 +48,7 @@ jobs:
4748
gpg --default-key "murilomarinho@ieee.org" -abs -o - Release > Release.gpg
4849
gpg --default-key "murilomarinho@ieee.org" --clearsign -o - Release > InRelease
4950
echo "deb [signed-by=/etc/apt/trusted.gpg.d/smartarmstack_lgpl.gpg] https://smartarmstack.github.io/smart_arm_stack_ROS2 ./" > smartarmstack_lgpl.list
50-
tree -H '.' -L 1 --noreport --dirsfirst -T 'PPA' -s -D --charset utf-8 -I "index.html" -o index.html
51+
ls -lah
5152
- name: Upload PPA Files
5253
uses: actions/upload-artifact@v4
5354
with:

0 commit comments

Comments
 (0)