Skip to content

Commit

Permalink
Checkout repository before downloading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
julianschuler committed Jun 20, 2024
1 parent ec2e97b commit 5ed98c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:
permissions:
packages: write
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: all
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: all
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Build development image
Expand Down

0 comments on commit 5ed98c0

Please sign in to comment.