Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
sergi0g authored Aug 31, 2024
1 parent 2549ed7 commit 0f7245d
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# uses: actions/download-artifact@v4
# with:
# name: cup-linux-x86_64
# path: cup-linux-x86_64

- name: Download x86 binary
- 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: |
Expand Down

0 comments on commit 0f7245d

Please sign in to comment.