From 84ea7c37b2b9e1eb71ef812fffc569bb98ec82cf Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 15 May 2021 23:05:10 +0300 Subject: rename the project --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0344053..898e25c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: Upload binaries uses: actions/upload-artifact@v2 with: - name: 'pdb-repo-${{ matrix.toolset }}-${{ matrix.platform }}-${{ matrix.configuration }}' + name: 'winapi-debug-${{ matrix.toolset }}-${{ matrix.platform }}-${{ matrix.configuration }}' path: '${{ runner.workspace }}/build/install/' if-no-files-found: error - name: Test -- cgit v1.2.3