diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-03 13:21:04 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-03 13:21:04 +0300 |
commit | 94a620ee754fda03351c4946826067abd1b87bcb (patch) | |
tree | 5a76472178059ef0a4a95d17b86dfb5cb3b8bf66 /.github/workflows/build.yml | |
parent | add `make clean` (diff) | |
download | cv-94a620ee754fda03351c4946826067abd1b87bcb.tar.gz cv-94a620ee754fda03351c4946826067abd1b87bcb.zip |
workflows/build: fix artifact name
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 2 |
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 |