diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-15 23:05:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-15 23:05:10 +0300 |
commit | 84ea7c37b2b9e1eb71ef812fffc569bb98ec82cf (patch) | |
tree | a3449960508c9da666c792a49f1f98dbe351d589 /.github/workflows/ci.yml | |
parent | switch from Boost.Nowide to winapi-utf8 (diff) | |
download | winapi-debug-84ea7c37b2b9e1eb71ef812fffc569bb98ec82cf.tar.gz winapi-debug-84ea7c37b2b9e1eb71ef812fffc569bb98ec82cf.zip |
rename the project
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |