preparing for a real build -- version tags...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-10-17 20:11:58 +03:00
parent 2d5d81b9d6
commit fd52cba3d5

View File

@ -4,6 +4,10 @@ name: Viewer build
on: on:
workflow_dispatch: workflow_dispatch:
push:
branches: [ "master" ]
tags: v**
release: release:
types: [published] types: [published]
@ -26,9 +30,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v6 - uses: actions/setup-node@v6
- name: Windows-specific - name: Windows-specific
if: ${{ matrix.os == 'windows-latest' }} if: ${{ matrix.os == 'windows-latest' }}
run: | run: |
@ -42,6 +46,14 @@ jobs:
#- name: MacOS-specific #- name: MacOS-specific
# if: ${{ matrix.os == 'macos-latest' }} # if: ${{ matrix.os == 'macos-latest' }}
# run: |
# echo
#- name: Env
# run: |
# echo "VERSION=$(make version)" >> $GITHUB_ENV
- name: Pre-Build - name: Pre-Build
run: make clean-all dev run: make clean-all dev