From f9e4bb52883014114d8c7e2deec325f32c49d60e Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Mon, 18 Oct 2021 00:55:10 -0400 Subject: [PATCH] actions-win: Remove remaining retention override --- .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 0e71aca718..9671e7e9e5 100644 --- a/.github/workflows/windows-workflow.yml +++ b/.github/workflows/windows-workflow.yml @@ -169,7 +169,6 @@ jobs: name: ${{ steps.artifact-metadata.outputs.name }}-symbols path: | ./bin/**/*.pdb - retention-days: 30 # https://docs.github.com/en/free-pro-team@latest/actions/reference/usage-limits-billing-and-administration#artifact-and-log-retention-policy # ---- Release / Tagging related steps ---- - name: Install Dependencies