Skip to content

Commit

Permalink
Fix SDK path for 24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dwfreed committed Dec 5, 2024
1 parent b723d41 commit 5aedd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
tar xf "${MATRIX_SDK_FILENAME}"
- name: Set up package dir and signing key
run: |
cd "sdk/${MATRIX_SDK_FILENAME%.tar.xz}"
cd "sdk/${MATRIX_SDK_FILENAME%.tar.*}"
mkdir package/${{ env.owrt-package }}
ln -s "${GITHUB_WORKSPACE}"/Makefile package/${{ env.owrt-package }}/
ln -s "${GITHUB_WORKSPACE}"/files package/${{ env.owrt-package }}/
Expand Down

0 comments on commit 5aedd96

Please sign in to comment.