Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
trying release creation
  • Loading branch information
VIKMSTR authored Mar 22, 2024
1 parent 6f64f14 commit a9aac75
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,12 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: Docs
path: ./outputs/pdf/
path: ./outputs/pdf/
- name: Github Release
uses: elgohr/Github-Release-Action@v5
with:
# The name of the release to publish
title: CV
# Directory of the repository that the should create the release
workdir: ./outputs/pdf/

0 comments on commit a9aac75

Please sign in to comment.