Skip to content

Commit

Permalink
Prospective fix for image pickup
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Nov 19, 2024
1 parent f165c52 commit 3329461
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
. oe-init-build-env
bitbake core-image-weston-sdk -c populate_sdk
- run: |
cd poky
. oe-init-build-env
for file in tmp/deploy/images/poky-glibc-*-core-image-weston*toolchain*; do
curl -T $file -H "X-Requested-With: XMLHttpRequest" -u ${{ secrets.NEXTCLOUD_SDK_FOLDER_TOKEN }}: "${{ secrets.NEXTCLOUD_SDK_URL }}/$file"
done

0 comments on commit 3329461

Please sign in to comment.