m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-08 05:03:49 -05:00

Update nightly.yml

Fix typo
This commit is contained in:
Sergio
2024-09-06 22:04:07 +03:00
committed by GitHub
parent b87ed202ea
commit 3eb61969b3

View File

@@ -28,8 +28,8 @@ jobs:
- name: Build amd64 binary
run: |
./build.sh cross build --target x86_x64-unknown-linux-musl --release
mv target/x86_x64-unknown-linux-musl/release/cup ./cup-linux-amd64
./build.sh cross build --target x86_64-unknown-linux-musl --release
mv target/x86_64-unknown-linux-musl/release/cup ./cup-linux-amd64
- name: Build arm64 binary
run: |