Skip to content

Commit

Permalink
Fix sdk path
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Nov 21, 2024
1 parent 6abcec0 commit 6aec7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
- run: |
cd poky
. oe-init-build-env
for file in tmp/deploy/images/poky-glibc-*-core-image-weston*toolchain*; do
for file in tmp/deploy/sdk/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 6aec7dc

Please sign in to comment.