We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4886542 commit d4631adCopy full SHA for d4631ad
.github/workflows/coder.yaml
@@ -365,6 +365,9 @@ jobs:
365
restore-keys: |
366
js-${{ runner.os }}-
367
368
+ - name: Install nfpm
369
+ run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.16.0
370
+
371
- name: Build site
372
run: make -B site/out/index.html
373
@@ -386,8 +389,11 @@ jobs:
386
389
with:
387
390
name: coder
388
391
path: |
- ./dist/coder_*_linux_amd64.tar.gz
- ./dist/coder_*_windows_amd64.zip
392
+ ./dist/*.zip
393
+ ./dist/*.tar.gz
394
+ ./dist/*.apk
395
+ ./dist/*.deb
396
+ ./dist/*.rpm
397
retention-days: 7
398
399
test-js:
0 commit comments