Update the uploaded artifact file name

This commit is contained in:
Kirill Bobyrev 2021-04-21 17:58:49 +02:00
parent 75e838a764
commit 946cf89038
No known key found for this signature in database
GPG Key ID: 2307C055C8384FA0

View File

@ -28,7 +28,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: release
path: commit
path: commit.env
# Build clangd using CMake/Ninja.
#
# This step is a template that runs on each OS, build config varies slightly.