From 2359e1940f5f58c0dd19b319e2d1a150e5a37f93 Mon Sep 17 00:00:00 2001 From: NSoiffer Date: Wed, 6 Nov 2024 11:58:42 -0800 Subject: [PATCH] trying to get artifacts right --- .github/workflows/automaticRelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automaticRelease.yaml b/.github/workflows/automaticRelease.yaml index 052c9a8..c7209fb 100644 --- a/.github/workflows/automaticRelease.yaml +++ b/.github/workflows/automaticRelease.yaml @@ -36,7 +36,7 @@ jobs: - name: Remove Rules dir in prep for uploading test and .h files run: | rm -r Example/Rules - ls -l + ls -l Example - name: Upload Example Dir (.h files, test files) uses: actions/upload-artifact@v4 with: