better now
All checks were successful
Check scripts syntax / build-release (push) Successful in 1m12s

This commit is contained in:
2025-07-27 18:35:27 -03:00
parent 05263d0d3a
commit ffdaf06d55

View File

@@ -2,14 +2,14 @@ name: Check scripts syntax
on: [push]
jobs:
build:
build-release:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
- name: Setup zip
run: |
ls ${{ gitea.workspace }}
sudo apt-get install zip -y
- name: Install JS dependencies
run: |
npm install
@@ -19,8 +19,11 @@ jobs:
- name: Run build
run: |
npm run build
zip -r vision-start.zip dist
- name: Release zip
uses: akkuman/gitea-release-action@v1
with:
name: latest
tag_name: latest
files: |-
dist/**
vision-start.zip