add tar.gz to artifacts and a 7 day retention period to .deb

This commit is contained in:
ketang
2022-05-23 13:35:25 -05:00
committed by GitHub
parent b0298a3157
commit c543fca92f
+7
View File
@@ -363,6 +363,13 @@ jobs:
with:
name: coder_linux_amd64.deb
path: ./dist/coder_*_linux_amd64.deb
retention-period: 7
- uses: actions/upload-artifact@v3
with:
name: coder_linux_amd64.tar.gz
path: ./dist/coder_*_linux_amd64.tar.gz
retention-period: 7
- name: Install Release
run: |