Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 403 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 403 Bytes

retrieve-build-artifact

Retrieves a tarred file or directory into a short-lived artifact for use with later jobs.

Usage

jobs:
    build:
        runs-on: 'ubuntu-latest'
        steps:
            - uses: 'actions/checkout@v3'
            - uses: 'iunu/retrieve-build-artifact@v1'

Inputs

  • path: Path of file or files to archive
  • archive-name: The name of the archive.