Skip to content

Commit

Permalink
fix download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Feb 15, 2025
1 parent 4e4c7d9 commit 094aa62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ jobs:
steps:
- name: Retrieve stored artifact (amd64)
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
if: ${{ !contains(matrix.os, 'arm') }}
with:
name: ptcpdump_v0.0.0-next_linux_amd64.tar.gz
path: ptcpdump_v0.0.0-next_linux_amd64.tar.gz
- name: Retrieve stored artifact (arm64)
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
if: ${{ contains(matrix.os, 'arm') }}
with:
name: ptcpdump_v0.0.0-next_linux_arm64.tar.gz
path: ptcpdump_v0.0.0-next_linux_arm64.tar.gz

- name: untar artifact
run: |
Expand Down

0 comments on commit 094aa62

Please sign in to comment.