diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 27512901..9e429343 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: build-resume +name: build-pandoc files # Controls when the action will run. on: @@ -30,7 +30,7 @@ jobs: uses: actions/upload-artifact@v2.2.3 with: # Artifact name - name: Resume PDF # optional, default is artifact + name: pandoc PDF # optional, default is artifact # A file, directory or wildcard pattern that describes what to upload path: output/*.pdf