aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-11-04 16:19:37 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-11-04 16:19:37 +0300
commit0f89e9b752f294e76900ce4c217a875e39e35cc1 (patch)
treea0435c5718ffd7d1b6a264280c59373a6f96d070 /.github/workflows
parentworkflows/ci: use ubuntu-latest (diff)
downloadprivilege-check-0f89e9b752f294e76900ce4c217a875e39e35cc1.tar.gz
privilege-check-0f89e9b752f294e76900ce4c217a875e39e35cc1.zip
workflows/ci: fix artifact name
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
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