Skip to content

Commit

Permalink
Attach resume to release
Browse files Browse the repository at this point in the history
  • Loading branch information
bagel-dawg authored Nov 14, 2023
1 parent 88440e0 commit 6ec6dac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bageltech-io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,11 @@ jobs:
if: github.event_name == 'release'
run: |
aws --region us-east-1 s3 sync _site s3://bageltech-io --delete
- name: Upload Resume to release
if: github.event_name == 'release'
uses: svenstaro/upload-release-action@v2
with:
file: RyanKnauerResume.pdf
asset_name: RyanKnauerResume.pdf
tag: ${{ github.ref }}

0 comments on commit 6ec6dac

Please # to comment.