Skip to content

Build and Release

Build and Release #29

Workflow file for this run

name: Build and Release
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build and Release
run: |
bash deploy.sh
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
bash upload.sh make-portable