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

Update build.yml

Test
This commit is contained in:
Sergio
2024-08-31 18:54:52 +03:00
committed by GitHub
parent 2549ed7801
commit 0f7245dbf4

View File

@@ -75,17 +75,23 @@ jobs:
runs-on: ubuntu-latest
needs: [get-tag, build-image, build-binary]
steps:
- name: Download arm64 binary
uses: actions/download-artifact@v4
with:
name: cup-linux-aarch64
path: cup-linux-aarch64
# - name: Download arm64 binary
# uses: actions/download-artifact@v4
# with:
# name: cup-linux-aarch64
# path: cup-linux-aarch64
- name: Download x86 binary
# - name: Download x86 binary
# uses: actions/download-artifact@v4
# with:
# name: cup-linux-x86_64
# path: cup-linux-x86_64
- name: Download binaries
uses: actions/download-artifact@v4
with:
name: cup-linux-x86_64
path: cup-linux-x86_64
- name: Debug
run: ls
- name: Extract and rename binaries
run: |