Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Jul 26, 2024
1 parent 4e11db3 commit 1d7c7ae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/cross-platform-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,19 @@ jobs:
profile: minimal
override: true
target: ${{ matrix.target }}

- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: ${{ matrix.target }}

- name: Unzip downloaded files
shell: bash
run: |
ls -R
tar –xvf ${{ matrix.target }}.tar.gz
ls -R
- name: Build binary
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 1d7c7ae

Please sign in to comment.