Skip to content

Building version v1.0.4 by @Qt-dev #4

Building version v1.0.4 by @Qt-dev

Building version v1.0.4 by @Qt-dev #4

Workflow file for this run

name: build-app
run-name: Building version ${{ inputs.version }} by @${{ github.actor }}
on:
workflow_dispatch:
inputs:
version:
description: 'Version to build'
required: true
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ inputs.version }}
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install dependencies
run: npm install
- name: Build app
run: |
echo "Building version ${{ inputs.version }} by @${{ github.actor }}"