aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-03 13:21:04 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-03 13:21:04 +0300
commit94a620ee754fda03351c4946826067abd1b87bcb (patch)
tree5a76472178059ef0a4a95d17b86dfb5cb3b8bf66
parentadd `make clean` (diff)
downloadcv-94a620ee754fda03351c4946826067abd1b87bcb.tar.gz
cv-94a620ee754fda03351c4946826067abd1b87bcb.zip
workflows/build: fix artifact name
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 680f520..26f796c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
- name: PDF as artifact
uses: actions/upload-artifact@v2
with:
- name: Egor_Tensin_CV_en
+ name: cv
path: cv/cv.pdf
- name: Clean up auxiliary files
run: sudo make clean