Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
philosowaffle authored Aug 11, 2024
1 parent 665bef5 commit 5ea47d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish-ui-dist/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
outputs:
artifact_name:
description: 'Name of the uploaded artifact'
value: ui_${{ inputs.os }}_${{ env.GITHUB_RUN_NUMBER }}-${{ env.GITHUB_RUN_ID }}
value: ui_${{ inputs.os }}_${{ github.run_number }}-${{ github.run_id }}
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 5ea47d6

Please sign in to comment.