Skip to content

Commit

Permalink
[fix] dist is now inside each 'distribution' (#494)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling committed Mar 5, 2024
1 parent 0132e3f commit d126544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/base-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ jobs:
COSIGN_YES: true
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: all-artifacts
path: dist/**/*
path: distributions/${{ inputs.distribution }}/dist/**/*

release:
name: ${{ inputs.distribution }} Release
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
go-version: '~1.21.7'
check-latest: true

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: all-artifacts
path: dist
Expand Down

0 comments on commit d126544

Please sign in to comment.