We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d8d38 commit bb4cb5cCopy full SHA for bb4cb5c
1 file changed
.github/workflows/autobuilder.yml
@@ -49,10 +49,9 @@ jobs:
49
gpg --default-key "murilomarinho@ieee.org" -abs -o - Release > Release.gpg
50
gpg --default-key "murilomarinho@ieee.org" --clearsign -o - Release > InRelease
51
echo "deb [signed-by=/etc/apt/trusted.gpg.d/smartarmstack_lgpl.gpg] https://smartarmstack.github.io/smart_arm_stack_ROS2 ./" > smartarmstack_lgpl.list
52
- chmod -c -R +rX *
53
ls -lah
54
- name: Upload PPA Files
55
- uses: actions/upload-artifact@v4
+ uses: actions/upload-pages-artifact@v3
56
with:
57
name: github-pages
58
path: ppa/*
0 commit comments