diff --git a/action.yml b/action.yml index 9d5526c..78a6700 100644 --- a/action.yml +++ b/action.yml @@ -26,10 +26,10 @@ inputs: outputs: artifact-id: description: A unique identifier for the artifact that was just uploaded. - value: ${{ steps.uploading.artifact-id }} + value: ${{ steps.uploading.outputs.artifact-id }} artifact-url: description: The URL for the uploaded artifact. Access may require authorization. - value: ${{ steps.uploading.artifact-url }} + value: ${{ steps.uploading.outputs.artifact-url }} runs: using: 'composite'