Skip to content

Updated OnionTalk screenshots on README.md #3

Updated OnionTalk screenshots on README.md

Updated OnionTalk screenshots on README.md #3

Workflow file for this run

name: OnionTalk Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go compiler
run:
sudo apt install -y golang-go
- name: Go version
run: go version
- name: Build OnionTalk
run: |
chmod +x build.sh
./build.sh
- name: Upload QLBase build
uses: actions/upload-artifact@v4
with:
name: OnionTalk
path: dist/
retention-days: 1