From 79d985a197b9eeaef9d53130879cda850732dc68 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 5 Apr 2025 23:03:51 -0400 Subject: [PATCH] Don't put opcodes.json in the artifact --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73508c4..b83d9d3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,5 +77,6 @@ jobs: !target/release/*.d resources/ !resources/tests + !resources/opcodes.json scripts/ if-no-files-found: error