mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-11 14:43:49 -05:00
Update build.yml
Attempt 3
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -79,13 +79,11 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: cup-linux-aarch64
|
name: cup-linux-aarch64
|
||||||
path: cup-linux-aarch64
|
|
||||||
|
|
||||||
- name: Download x86 binary
|
- name: Download x86 binary
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: cup-linux-x86_64
|
name: cup-linux-x86_64
|
||||||
path: cup-linux-x86_64
|
|
||||||
|
|
||||||
- name: Extract and rename binaries
|
- name: Extract and rename binaries
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user