Skip to content

Commit

Permalink
Added artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf committed Mar 6, 2024
1 parent 126dc76 commit a2464dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Download bin
uses: actions/download-artifact@v4
with:
pattern: ${{ github.sha }}
path: bin


- name: Build image
run: |
export VERSION=$(git describe --tags --dirty)
Expand Down

0 comments on commit a2464dc

Please sign in to comment.