Skip to content

Portapps 3.8.0

Portapps 3.8.0 #9

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
tags:
- '*'
pull_request:
env:
GO_VERSION: "1.20"
NODE_VERSION: "16"
JAVA_VERSION: "11"
ANT_VERSION: "1.10.8"
JAVA_TOOL_OPTIONS: "-Dfile.encoding=UTF8"
jobs:
build:
uses: portapps/.github/.github/workflows/app-build.yml@master