Update docs and CI retention (#124)
- Set artifact retention to 30 days - Update script dscription - Updated docs
This commit is contained in:
committed by
GitHub
parent
f664de898d
commit
ca4e29ac0e
@@ -31,10 +31,10 @@ runs:
|
||||
with:
|
||||
name: tactility-${{ inputs.board_id }}
|
||||
path: release/Tactility-${{ inputs.board_id }}
|
||||
retention-days: 5
|
||||
retention-days: 30
|
||||
- name: 'Upload Artifact: Release symbols'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: tactility-${{ inputs.board_id }}-symbols
|
||||
path: release/Tactility-${{ inputs.board_id }}-symbols
|
||||
retention-days: 5
|
||||
retention-days: 30
|
||||
|
||||
Reference in New Issue
Block a user