mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
add tar.gz to artifacts and a 7 day retention period to .deb
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user