Skip to content

feat: add WebRTC P2P file transfer with HTTP fallback #11

feat: add WebRTC P2P file transfer with HTTP fallback

feat: add WebRTC P2P file transfer with HTTP fallback #11

Workflow file for this run

name: Build and Release
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Make all
run: |
./package.sh
- name: Release
uses: softprops/action-gh-release@v2
if: github.ref_type == 'tag'
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: |
build/*