Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
fix: upload also resume.pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz.czaplinski committed Nov 17, 2019
1 parent 2ffadda commit 23d2cfb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,13 @@ jobs:
asset_path: ./target/dist/resume.html
asset_name: resume.html
asset_content_type: text/html

- name: Upload resume.pdf
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/dist/resume.pdf
asset_name: resume.pdf
asset_content_type: application/pdf
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject resume "1.3.0"
(defproject resume "1.3.0-release-fix"
:description "Resume-from-org generator"
:url "http://example.com/FIXME"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 23d2cfb

Please sign in to comment.