fix: Use "make build" on deploy (#1261)

This was a missed item in https://github.com/coder/coder/pull/1259.
This commit is contained in:
Kyle Carberry
2022-05-02 14:04:45 -05:00
committed by GitHub
parent dacc025cf3
commit e4e60256ac
3 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ jobs:
js-${{ runner.os }}-
- name: Build Release
run: make release
run: make build
- uses: actions/upload-artifact@v3
with: