Skip to content

Commit

Permalink
Feat: Add storage of temporary build artefacts for 14 days
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions committed Nov 23, 2023
1 parent 606ce9c commit 152e76e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,10 @@ jobs:
- name: "Build with TOX"
run: |
tox -e build
- name: Store the build artefacts
uses: actions/upload-artifact@v3
with:
name: ${{ github.ref_name }}
path: dist/
retention-days: 14

0 comments on commit 152e76e

Please sign in to comment.