From ba66052181dcbc17f11f48e7c1c503d6310339e5 Mon Sep 17 00:00:00 2001 From: ketang <33678+ketang@users.noreply.github.com> Date: Mon, 23 May 2022 14:13:05 -0500 Subject: [PATCH] fix incorrect retention field on artifacts in coder.yaml --- .github/workflows/coder.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index d899f983fc..644b41dd3e 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -363,13 +363,13 @@ jobs: with: name: coder_windows_amd64.zip path: ./dist/coder_*_windows_amd64.zip - retention-period: 7 + retention-days: 7 - uses: actions/upload-artifact@v3 with: name: coder_linux_amd64.tar.gz path: ./dist/coder_*_linux_amd64.tar.gz - retention-period: 7 + retention-days: 7 - name: Install Release run: |