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

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

License

Notifications You must be signed in to change notification settings

iunu/retrieve-build-artifact

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published