We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e5eaf commit 84b368cCopy full SHA for 84b368c
1 file changed
.github/workflows/autobuilder.yml
@@ -38,6 +38,7 @@ jobs:
38
PGP_PRIVATE_KEY: ${{ secrets.PGP_PRIVATE_KEY }}
39
run: |
40
cd ppa
41
+ ls -lah
42
echo -e "$PGP_PRIVATE_KEY" | gpg --import
43
gpg --armor --export "murilomarinho@ieee.org" > KEY.gpg
44
dpkg-scanpackages --multiversion . > Packages
@@ -47,7 +48,7 @@ jobs:
47
48
gpg --default-key "murilomarinho@ieee.org" -abs -o - Release > Release.gpg
49
gpg --default-key "murilomarinho@ieee.org" --clearsign -o - Release > InRelease
50
echo "deb [signed-by=/etc/apt/trusted.gpg.d/smartarmstack_lgpl.gpg] https://smartarmstack.github.io/smart_arm_stack_ROS2 ./" > smartarmstack_lgpl.list
- tree -H '.' -L 1 --noreport --dirsfirst -T 'PPA' -s -D --charset utf-8 -I "index.html" -o index.html
51
52
- name: Upload PPA Files
53
uses: actions/upload-artifact@v4
54
with:
0 commit comments