From e8fc038ebd54c8e5376e0837e1241d1ca25bc7e9 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sat, 12 Sep 2020 17:33:16 -0400 Subject: [PATCH] Fixed binary archive --- .github/workflows/build-binary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-binary.yml b/.github/workflows/build-binary.yml index 4c406e5..f69f10e 100644 --- a/.github/workflows/build-binary.yml +++ b/.github/workflows/build-binary.yml @@ -24,5 +24,5 @@ jobs: - name: Archive uses: actions/upload-artifact@v1 with: - name: main.bin - path: build/main.bin \ No newline at end of file + name: cascade.bin + path: build/cascade.bin \ No newline at end of file