1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2026-03-24 23:02:58 +00:00

Updating CI to build for Tantabus on release as well

This commit is contained in:
2026-02-22 20:07:57 +04:00
parent d181509d6f
commit 72a731aaff

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
site: [furbooru, derpibooru]
site: [furbooru, derpibooru, tantabus]
steps:
- name: Checkout repository
@@ -27,10 +27,10 @@ jobs:
- name: Build extension for ${{ matrix.site }}
run: |
if [ "${{ matrix.site }}" = "derpibooru" ]; then
npm run build:derpibooru
else
if [ "${{ matrix.site }}" = "furbooru" ]; then
npm run build
else
npm run build:${{ matrix.site }}
fi
- name: Create extension zip