Skip to content

Commit 988a8d6

Browse files
ketangkylecarbs
authored andcommitted
add tar.gz to artifacts and a 7 day retention period to .deb
1 parent 1b65ccf commit 988a8d6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/coder.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,13 @@ jobs:
363363
with:
364364
name: coder_linux_amd64.deb
365365
path: ./dist/coder_*_linux_amd64.deb
366+
retention-period: 7
367+
368+
- uses: actions/upload-artifact@v3
369+
with:
370+
name: coder_linux_amd64.tar.gz
371+
path: ./dist/coder_*_linux_amd64.tar.gz
372+
retention-period: 7
366373

367374
- name: Install Release
368375
run: |

0 commit comments

Comments
 (0)