Skip to content

Commit 7de4cd6

Browse files
authored
replace .deb artifact with Windows .zip
1 parent 4a78bad commit 7de4cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ jobs:
361361

362362
- uses: actions/upload-artifact@v3
363363
with:
364-
name: coder_linux_amd64.deb
365-
path: ./dist/coder_*_linux_amd64.deb
364+
name: coder_windows_amd64.zip
365+
path: ./dist/coder_*_windows_amd64.zip
366366
retention-period: 7
367367

368368
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)