Skip to content

Commit

Permalink
Add missing git files
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWei committed Oct 7, 2024
1 parent e271d31 commit 7ac0d2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ jobs:
needs: docker-build

steps:
- name: Checkout
- uses: actions/checkout@v2
- name: Download artifact
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -266,6 +268,8 @@ jobs:
needs: docker-build

steps:
- name: Checkout
- uses: actions/checkout@v2
- name: Download artifact
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 7ac0d2d

Please sign in to comment.