Skip to content

Commit d4631ad

Browse files
committed
fixup! chore: make dependency checks nicer
1 parent 4886542 commit d4631ad

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/coder.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,9 @@ jobs:
365365
restore-keys: |
366366
js-${{ runner.os }}-
367367
368+
- name: Install nfpm
369+
run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.16.0
370+
368371
- name: Build site
369372
run: make -B site/out/index.html
370373

@@ -386,8 +389,11 @@ jobs:
386389
with:
387390
name: coder
388391
path: |
389-
./dist/coder_*_linux_amd64.tar.gz
390-
./dist/coder_*_windows_amd64.zip
392+
./dist/*.zip
393+
./dist/*.tar.gz
394+
./dist/*.apk
395+
./dist/*.deb
396+
./dist/*.rpm
391397
retention-days: 7
392398

393399
test-js:

0 commit comments

Comments
 (0)