mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
preparing for a real build -- version tags...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2d5d81b9d6
commit
fd52cba3d5
14
.github/workflows/viewer-build.yml
vendored
14
.github/workflows/viewer-build.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user