From d152f7dd5ef728502fdb1198f0242e0f35390e28 Mon Sep 17 00:00:00 2001 From: Zsolt Zitting Date: Mon, 9 Nov 2020 16:07:18 -0700 Subject: [PATCH] fixed typo --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 6edc29b..cd553a4 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -21,7 +21,7 @@ jobs: run: msbuild CardboardLauncher.sln -p:Configuration=Release - name: Archive Windows binaries working-directory: ./bin/Release - run: Compress-Archive -Path .\launcher.exe, .\launcher.json, .\Newtonsoft.Json.dll -DestinationPath CardboardLauncher.zip + run: Compress-Archive -Path .\CardboardLauncher.exe, .\launcher.json, .\Newtonsoft.Json.dll -DestinationPath CardboardLauncher.zip - name: Create Release id: create_release uses: actions/create-release@v1