Skip to content

Commit ce108e2

Browse files
ketangkylecarbs
authored andcommitted
fix incorrect retention field on artifacts in coder.yaml
1 parent f4084d7 commit ce108e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,13 +363,13 @@ jobs:
363363
with:
364364
name: coder_windows_amd64.zip
365365
path: ./dist/coder_*_windows_amd64.zip
366-
retention-period: 7
366+
retention-days: 7
367367

368368
- uses: actions/upload-artifact@v3
369369
with:
370370
name: coder_linux_amd64.tar.gz
371371
path: ./dist/coder_*_linux_amd64.tar.gz
372-
retention-period: 7
372+
retention-days: 7
373373

374374
- name: Install Release
375375
run: |

0 commit comments

Comments
 (0)