Retrieves a tarred file or directory into a short-lived artifact for use with later jobs.
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3'
- uses: 'iunu/retrieve-build-artifact@v1'
path
: Path of file or files to archivearchive-name
: The name of the archive.