diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7367014f..41c59854 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -39,3 +39,10 @@ jobs: run: | cd net/server go test -v ./... + + + - name: Export + uses: actions/upload-artifact@v2 + with: + name: webapp + path: net/web/build/*