Skip to content

Commit

Permalink
ci: Download artifacts before publish step
Browse files Browse the repository at this point in the history
* We download artifacts from build job before running release steps

Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
  • Loading branch information
mahendrapaipuri committed Jan 22, 2024
1 parent f9c02cc commit cbcb50c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
run: |
docker version
docker run --privileged linuxkit/binfmt:v0.8
- name: Download go build artifacts
uses: actions/download-artifact@v3
with:
name: build-go-artifacts
path: .build

- name: Publish release
run: |
Expand Down

0 comments on commit cbcb50c

Please sign in to comment.