mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 09:50:09 +00:00
testing...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
70a91ec0b6
commit
faa2400a80
5
.github/workflows/viewer-build.yml
vendored
5
.github/workflows/viewer-build.yml
vendored
@ -9,6 +9,7 @@ on:
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
||||
strategy:
|
||||
@ -43,6 +44,8 @@ jobs:
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
gh release create release-latest -t "TEST" ./dist/*
|
||||
# XXX need to create if this does not exist...
|
||||
#gh release create release-latest -t "TEST"
|
||||
gh release upload release-latest ./dist/*
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user