Skip to content

Commit

Permalink
Artifact upload to have only new generated content for usnistgov#116.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Oct 27, 2023
1 parent 4d00b6b commit 760210c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/content-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Zip Artifacts for Upload
if: always()
run: |
zip ${{ runner.temp }}/generated-content.zip -r .
zip ${{ runner.temp }}/generated-content.zip -r examples/ nist.gov/
working-directory: ${{ github.workspace }}
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
if: always()
Expand Down

0 comments on commit 760210c

Please sign in to comment.