mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-13 23:53:48 -05:00
Update nightly.yml
Fix typo
This commit is contained in:
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@@ -28,8 +28,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build amd64 binary
|
- name: Build amd64 binary
|
||||||
run: |
|
run: |
|
||||||
./build.sh cross build --target x86_x64-unknown-linux-musl --release
|
./build.sh cross build --target x86_64-unknown-linux-musl --release
|
||||||
mv target/x86_x64-unknown-linux-musl/release/cup ./cup-linux-amd64
|
mv target/x86_64-unknown-linux-musl/release/cup ./cup-linux-amd64
|
||||||
|
|
||||||
- name: Build arm64 binary
|
- name: Build arm64 binary
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user