Skip to content

Commit

Permalink
ci:f
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpeng3 committed Sep 14, 2024
1 parent b36ef96 commit 72ee0b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:

- name: Download arm64 ksud
run: |
wget "https://cdn.discordapp.com/attachments/1099435386113105992/1283469562809155585/ksud-x86_64-linux-android.zip?ex=66e31bad&is=66e1ca2d&hm=4ae972b4d63a463c2083a8ad6f97509fe7c3b7a1e5bcb1f33d197da8ba43eb48&" -O ksud-x86_64-linux-android.zip
wget "https://cdn.discordapp.com/attachments/1099435386113105992/1283469563400294583/ksud-aarch64-linux-android.zip?ex=66e31bad&is=66e1ca2d&hm=fdbd3d6864aedde5d0627241309fc9f2508f900a73880765ba12ac8f4396ed5c&" -O ksud-aarch64-linux-android.zip
wget "https://github.com/user-attachments/files/17001588/ksud-x86_64-linux-android.zip" -O ksud-x86_64-linux-android.zip
wget "https://github.com/user-attachments/files/17001587/ksud-aarch64-linux-android.zip" -O ksud-aarch64-linux-android.zip
unzip -o ksud-x86_64-linux-android.zip
unzip -o ksud-aarch64-linux-android.zip
ls -la
Expand Down

0 comments on commit 72ee0b4

Please sign in to comment.