Skip to content

Commit

Permalink
artifactgs
Browse files Browse the repository at this point in the history
  • Loading branch information
amitz committed Mar 24, 2024
1 parent fddb87e commit 3788137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lava.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.binary }}-${{ fromJson(steps.releaser.outputs.metadata).tag }}-${{ fromJson(steps.releaser.outputs.metadata).goos }}-${{ fromJson(steps.releaser.outputs.metadata).goarch }}
name: ${{ matrix.binary }}-${{ fromJson(steps.releaser.outputs.metadata).tag }}-${{ fromJson(steps.releaser.outputs.artifacts).goos }}-${{ fromJson(steps.releaser.outputs.artifacts).goarch }}
path: cmd/${{ matrix.binary }}/${{ fromJson(steps.releaser.outputs.artifacts)[0].path }}

# - name: Docker meta
Expand Down

0 comments on commit 3788137

Please sign in to comment.