Giter Site home page Giter Site logo

echapmanfrombunnings / download-artifact Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 6 KB

The "Download artifact" GitHub Action is a wrapper around the official download-artifact action provided by GitHub. It includes additional functionality for extracting the artifact after download.

download-artifact's Introduction

download-artifact

The "Download artifact" GitHub Action is a wrapper around the official download-artifact action provided by GitHub. It includes additional functionality for extracting the artifact after download.

Inputs

Input Description Required Default
name The name of the artifact to download. Yes -
path The destination path for the downloaded artifact. No .

Action Workflow

The action consists of the following steps:

Download Artifacts:

  • This step uses the actions/download-artifact@v3 action to download the specified artifact to the provided path.

Extract Artifacts:

  • After downloading, this step extracts the contents of the .tar archive.

Remove Archive:

  • Once extraction is complete, this step removes the .tar file to clean up the workspace.

Usage

To use this action in your workflow, include it as a step in your .yml workflow file, providing the necessary inputs. The name input is required, while path is optional.

Example

steps:
- uses: echapmanFromBunnings/[email protected]
  with:
    name: 'artifact-name'
    path: './path/to/destination' # Optional

download-artifact's People

Contributors

echapmanfrombunnings avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.