diff --git a/.github/workflows/create-resume.yaml b/.github/workflows/create-resume.yaml index fb7ec31..607cfce 100644 --- a/.github/workflows/create-resume.yaml +++ b/.github/workflows/create-resume.yaml @@ -19,5 +19,7 @@ jobs: - name: Make Release uses: softprops/action-gh-release@v1 with: - files: resume.pdf - body: Automated build for ${{ github.head_ref }}.${{ github.sha }} + files: | + resume.pdf + assets/FWMSH.pdf + body: Automated build for ${{ github.ref }}.${{ github.sha }} diff --git a/assets/FWMSH.pdf b/assets/FWMSH.pdf new file mode 100644 index 0000000..3e6bc10 Binary files /dev/null and b/assets/FWMSH.pdf differ