Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit988a8d6

Browse files
ketangkylecarbs
authored andcommitted
add tar.gz to artifacts and a 7 day retention period to .deb
1 parent1b65ccf commit988a8d6

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)

[8]ページ先頭

©2009-2025 Movatter.jp