From 934a7f70b2ecac6c296c53386a91c719df7a11f4 Mon Sep 17 00:00:00 2001 From: tellowkrinkle Date: Sat, 16 Oct 2021 17:51:30 -0500 Subject: [PATCH] Remove 30-day artifact retention on windows builds Should revert to default of 90 days --- .github/workflows/windows-workflow.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/windows-workflow.yml b/.github/workflows/windows-workflow.yml index cb413d513b..78e1a8d8bd 100644 --- a/.github/workflows/windows-workflow.yml +++ b/.github/workflows/windows-workflow.yml @@ -196,4 +196,3 @@ jobs: with: name: ${{ steps.artifact-metadata.outputs.name }} path: bin - retention-days: 30 # https://docs.github.com/en/free-pro-team@latest/actions/reference/usage-limits-billing-and-administration#artifact-and-log-retention-policy