Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Update build-pdf.yml
Browse files Browse the repository at this point in the history
Update template with correct PDF name.
  • Loading branch information
Stephano Cetola authored May 1, 2022
1 parent edbb880 commit 1c84087
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: Archive PDF result
uses: actions/upload-artifact@v2
with:
name: example-spec.pdf
path: example-spec.pdf
name: Zawrs.pdf
path: Zawrs.pdf
retention-days: 7
- name: Create Release
id: create_release
Expand All @@ -83,6 +83,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./example-spec.pdf
asset_name: example-spec.pdf
asset_path: ./Zawrs.pdf
asset_name: Zawrs.pdf
asset_content_type: application/pdf

0 comments on commit 1c84087

Please sign in to comment.