editing the wrong file

This commit is contained in:
Aria Moradi
2021-08-07 23:36:12 +04:30
parent 9718e66d2a
commit df08f223dd
2 changed files with 11 additions and 70 deletions

View File

@@ -4,9 +4,11 @@ on:
push:
branches:
- master
jobs:
build:
name: Build artifacts and deploy preview
needs: check_wrapper
if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')"
runs-on: ubuntu-latest
@@ -23,9 +25,17 @@ jobs:
path: master
fetch-depth: 0
- name: Cache node_modules
uses: actions/cache@v2
with:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- name: Build webUI
run: |
cd master
yarn install
yarn build
cd build
zip -9 -r "../Tachidesk-WebUI-r$(git rev-list HEAD --count)" *
@@ -56,4 +66,4 @@ jobs:
artifacts: "master/*.zip"
owner: "Suwayomi"
repo: "Tachidesk-WebUI-preview"
tag: ${{ steps.GenTagName.outputs.value }}
tag: ${{ steps.GenTagName.outputs.value }}