From 54258cb816844d6466f37f26d0e5ac9fc4fbf524 Mon Sep 17 00:00:00 2001 From: Charles Tangora Date: Fri, 12 Jul 2024 12:49:44 -0700 Subject: [PATCH] save test gif --- .github/workflows/c-cpp.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 798707d..34035c5 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -12,3 +12,12 @@ jobs: - name: build working-directory: ${{github.workspace}} run: clang -Weverything -O3 gif-h-demo.cpp -o gif -Wno-old-style-cast -Wno-missing-prototypes + - name: test + working-directory: ${{github.workspace}} + run: ./gif + - name: Upload test + uses: actions/upload-artifact@v4 + working-directory: ${{github.workspace}} + with: + name: test-gif + path: ./MyGif.gif