Skip to content

Merge branch 'main' of https://github.com/OwO-Network/DeepLX #89

Merge branch 'main' of https://github.com/OwO-Network/DeepLX

Merge branch 'main' of https://github.com/OwO-Network/DeepLX #89

Workflow file for this run

on:
push:
tags:
- 'v*'
pull_request:
name: Build Release
jobs:
Build:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: "1.19"
- run: bash .cross_compile.sh
- name: Release
uses: softprops/action-gh-release@v1
with:
draft: false
files: |
dist/*