Skip to content

Commit

Permalink
use reproducible field to make artifacts unique
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin-huang committed May 7, 2024
1 parent 0dfe339 commit c7c699c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions self-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ inputs:
description: Passed through to action.
default: 1.0.0
required: false
product_version_meta:
description: Passed through to action.
required: false
go_version:
description: Passed through to action.
default: 1.17
Expand Down Expand Up @@ -64,6 +67,7 @@ runs:
with:
product_name: ${{ inputs.product_name }}_${{ github.job }}
product_version: ${{ inputs.product_version }}
product_version_meta: ${{ inputs.reproducible }} # use reproducible field as a unique identifier per artifact
go_version: ${{ inputs.go_version }}
os: ${{ inputs.os }}
arch: ${{ inputs.arch }}
Expand Down

0 comments on commit c7c699c

Please sign in to comment.