mirror of
https://github.com/coder/coder.git
synced 2026-06-05 05:58:20 +00:00
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:
@@ -355,7 +355,7 @@ jobs:
|
||||
js-${{ runner.os }}-
|
||||
|
||||
- name: Build Release
|
||||
run: make release
|
||||
run: make build
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user