We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9b69d commit 91daed3Copy full SHA for 91daed3
1 file changed
.github/workflows/Code-Mods.yml
@@ -37,5 +37,5 @@ jobs:
37
38
Write-Host "Uploading `"${artifactName}`"..."
39
40
- Get-Content -AsByteStream "${filePath}" | node "${{runner.temp}}/_github_home/.local/bin/gh-actions-artifact-client.js" upload "${artifactName}"
+ Get-Content -AsByteStream "${filePath}" | node "${{runner.temp}}/_github_home/.local/bin/gh-actions-artifact-client.js" upload "${artifactName}" --retentionDays=90
41
}
0 commit comments