Add retention days for artifact uploads in CI workflows

This commit is contained in:
mr. M
2024-12-22 11:29:41 +01:00
parent e5c554f947
commit 7f9fd7ef06
5 changed files with 17 additions and 0 deletions

View File

@@ -176,17 +176,20 @@ jobs:
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
retention-days: 5
name: zen.macos-${{ matrix.arch }}.dmg
path: ./zen.macos-${{ matrix.arch }}.dmg
- name: Upload build artifact (.mar)
uses: actions/upload-artifact@v4
with:
retention-days: 5
name: macos-${{ matrix.arch }}.mar
path: ./macos-${{ matrix.arch }}.mar
- name: Upload build artifact (update manifests)
uses: actions/upload-artifact@v4
with:
retention-days: 5
name: macos_update_manifest_${{ matrix.arch }}
path: ./dist/update