This commit is contained in:
2023-03-22 06:09:57 -07:00
parent 99fac2b64d
commit 4ad3d224ba

View File

@@ -29,7 +29,7 @@ inputs:
outputs:
archive:
description: "The compressed archive."
value: ${{ steps.command.outputs.name }}
value: ${{ steps.command.outputs.archive }}
runs:
using: "composite"
steps:
@@ -54,7 +54,7 @@ runs:
COMMAND="$COMMAND $NAME $FILES"
echo "Compressing with: $COMMAND"
echo "::set-output name=command::$COMMAND"
echo "::set-output name=name::${{ inputs.name }}"
echo "::set-output name=archive::${{ inputs.name }}"
shell: bash
- name: "Compress archive."
id: compress