Skip to content

fixed major issues with the webrtc polling thread, fixed a small ui i… #3

fixed major issues with the webrtc polling thread, fixed a small ui i…

fixed major issues with the webrtc polling thread, fixed a small ui i… #3

Workflow file for this run

name: testing Build Godot Project
on: [push]
jobs:
Godot:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [linux, windows]
steps:
- uses: actions/checkout@v2
with:
lfs: true
- name: Build
id: build
uses: manleydev/build-godot-action@v1.4.1
with:
name: example
preset: ${{ matrix.platform }}
debugMode: "true"
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: Client - ${{ matrix.platform }}
path: ${{ github.workspace }}/${{ steps.build.outputs.build }}