Skip to content

Commit 91daed3

Browse files
committed
CI: set artifact retention period to 90 days
1 parent 5e9b69d commit 91daed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Code-Mods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
3838
Write-Host "Uploading `"${artifactName}`"..."
3939
40-
Get-Content -AsByteStream "${filePath}" | node "${{runner.temp}}/_github_home/.local/bin/gh-actions-artifact-client.js" upload "${artifactName}"
40+
Get-Content -AsByteStream "${filePath}" | node "${{runner.temp}}/_github_home/.local/bin/gh-actions-artifact-client.js" upload "${artifactName}" --retentionDays=90
4141
}

0 commit comments

Comments
 (0)