Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
/ cache-build-artifact Public archive

Caches 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/cache-build-artifact

Repository files navigation

cache-build-artifact

Caches 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'
            - run: 'touch "empty.txt"'
            - uses: 'iunu/cache-build-artifact@v1'

Inputs

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published