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 0ccf8e6 commit 665bef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.BUILD_VERSION }}
value: ui_${{ inputs.os }}_${{ env.GITHUB_RUN_NUMBER }}-${{ env.GITHUB_RUN_ID }}
runs:
using: "composite"
steps:
Expand Down Expand Up @@ -60,4 +60,4 @@ runs:
# maui-ios 7.0.92/7.0.100 VS 17.7.34031.279
# maui-windows 7.0.92/7.0.100 VS 17.7.34031.279
# maui-maccatalyst 7.0.92/7.0.100 VS 17.7.34031.279
# maccatalyst 16.4.7098/7.0.100 VS 17.7.34031.279
# maccatalyst 16.4.7098/7.0.100 VS 17.7.34031.279

0 comments on commit 665bef5

Please sign in to comment.