From 535f1facc57b4db6c2e516baca077f9b1659cf6a Mon Sep 17 00:00:00 2001 From: Spencer Vaughn Date: Sun, 19 Nov 2023 19:39:09 -0600 Subject: [PATCH] cut down linux artifacts --- .github/workflows/build-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 3e3dbc2..c54e070 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -44,7 +44,7 @@ jobs: run: | # Copy assets to the same directory as the executable mkdir -p build/assets - cp -r assets/* build/assets/ + cp -r assets/images build/assets/images - name: Publish Build Artifacts uses: actions/upload-artifact@v2