diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-04 16:19:37 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-04 16:19:37 +0300 |
commit | 0f89e9b752f294e76900ce4c217a875e39e35cc1 (patch) | |
tree | a0435c5718ffd7d1b6a264280c59373a6f96d070 /.github/workflows | |
parent | workflows/ci: use ubuntu-latest (diff) | |
download | privilege-check-0f89e9b752f294e76900ce4c217a875e39e35cc1.tar.gz privilege-check-0f89e9b752f294e76900ce4c217a875e39e35cc1.zip |
workflows/ci: fix artifact name
Diffstat (limited to '.github/workflows')
-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 8689733..4c33072 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,6 @@ jobs: - name: Upload binaries uses: actions/upload-artifact@v2 with: - name: 'pdb-repo-${{ matrix.toolset }}-${{ matrix.platform }}-${{ matrix.configuration }}' + name: 'privilege-check-${{ matrix.toolset }}-${{ matrix.platform }}-${{ matrix.configuration }}' path: '${{ runner.workspace }}/build/install/' if-no-files-found: error |