Skip to content

Commit

Permalink
fix: artifactory documentation updated (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivgonzalezc authored Oct 7, 2024
1 parent 90625b5 commit 48af863
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-artifact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ps-integration-ansible artifact

The artifact made by the `release.yml` Github Actions workflow is a Go module that is available on **Github** releases from this repository and **Jfrog Artifactory**.

## Building the artifact

To build the ansible artifact, the `release` workflow just run the command `go build` and it is saved as a workflow artifact using the named `library`.

## Publish the artifact

First, the artifact is downloaded into the job execution agent from the workflow's artifacts. Then, is uploaded into **JFrog Artifactory** repository named `eng-generic-dev-local`.

0 comments on commit 48af863

Please sign in to comment.