mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
fix incorrect retention field on artifacts in coder.yaml
This commit is contained in:
4
.github/workflows/coder.yaml
vendored
4
.github/workflows/coder.yaml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user