Skip to content

Commit

Permalink
chore: Update gh pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs authored and mxpv committed Sep 23, 2023
1 parent bb6e6b9 commit e559735
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
containerd: [1.6.21, 1.7.1]
containerd: [v1.6.21, v1.7.1]

steps:
- name: Checkout extensions
Expand All @@ -99,9 +99,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release download v${{ matrix.containerd }} \
gh release download ${{ matrix.containerd }} \
--repo containerd/containerd \
--pattern 'containerd-${{ matrix.containerd }}-linux-amd64.tar.gz' \
--pattern 'containerd-1.*-linux-amd64.tar.gz' \
--output containerd.tar.gz
- name: Extract containerd binaries to $HOME/.local/bin
Expand All @@ -115,7 +115,7 @@ jobs:
with:
repository: containerd/containerd
path: src/github.com/containerd/containerd
ref: v${{ matrix.containerd }}
ref: ${{ matrix.containerd }}

- name: Install shim
run: |
Expand Down

0 comments on commit e559735

Please sign in to comment.