Skip to content

Commit

Permalink
Merge pull request #103 from USEPA/add-artifact-of-packages
Browse files Browse the repository at this point in the history
Upload copy of packages pulled as artifact
  • Loading branch information
elinork authored Sep 11, 2023
2 parents 5d182ad + c22690e commit 23ab64a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-cloud-gov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,13 @@ jobs:
mv scripts/include/shiny.R .
git add shiny.R
fi
- name: Upload "Packages_to_pull.csv" artifact
uses: actions/upload-artifact@v3
with:
name: Packages_to_pull.csv
path: Packages_to_pull.csv


- name: Commit & Push
if: ${{ success() }}
Expand Down

0 comments on commit 23ab64a

Please sign in to comment.