Skip to content

Commit

Permalink
[CI] Upload kernel without version prefix
Browse files Browse the repository at this point in the history
Since it works well and we'll stop shipping Linux 5.15 now.

Signed-off-by: MichaIng <[email protected]>
  • Loading branch information
MichaIng committed Oct 13, 2023
1 parent 61ce616 commit 5b71c72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/visionfive2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
umask 377
echo '${{ secrets.KNOWN_HOSTS }}' > ~/.ssh/known_hosts
echo '${{ secrets.SSH_KEY }}' > ~/.ssh/id_ed25519
mv linux-image-visionfive2.deb linux-image-visionfive2_6.1.deb
curl -T 'linux-image-visionfive2_6.1.deb' --key ~/.ssh/id_ed25519 '${{ secrets.UPLOAD_URL }}all/'
curl -T 'linux-image-visionfive2.deb' --key ~/.ssh/id_ed25519 '${{ secrets.UPLOAD_URL }}all/'
curl 'https://api.cloudflare.com/client/v4/zones/${{ secrets.CF_ZONE }}/purge_cache' -H 'Authorization: Bearer ${{ secrets.CF_TOKEN }}' -H 'Content-Type: application/json' \
--data '{"files":["https://dietpi.com/downloads/binaries/testing/","https://dietpi.com/downloads/binaries/testing/linux-image-visionfive2.deb"]}'

0 comments on commit 5b71c72

Please sign in to comment.