From 3e8d98120b14e0b0fb371b0e1ba291bd045823b0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20Mu=CC=88ller-Ho=CC=88hne?= <thomas94@gmx.net>
Date: Thu, 19 Jan 2023 17:22:38 +0100
Subject: [PATCH] Include `category2id.json` in binary distribution

---
 .github/workflows/main.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 79e47d1..af41294 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -147,11 +147,12 @@ jobs:
             docs/assets_readme/
             data/
             scripts/flip/*
+            scripts/category2id.json
+            scripts/colmap2nerf.py
             scripts/common.py
             scripts/convert_image.py
             scripts/download_colmap.bat
             scripts/download_ffmpeg.bat
-            scripts/colmap2nerf.py
             scripts/nsvf2nerf.py
             scripts/record3d2nerf.py
 
-- 
GitLab