-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fdd1404
commit 01f78e4
Showing
3 changed files
with
56 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,13 +31,16 @@ jobs: | |
- run: make Ausgaben/PfadiralalaIV.pdf | ||
- run: make Ausgaben/PfadiralalaIV-pics.pdf | ||
- run: make Ausgaben/PfadiralalaIV-print.pdf | ||
- run: make Ausgaben/PfadiralalaIV-ebook.pdf | ||
- run: make Noten | ||
- run: make Ausgaben/PfadiralalaIVplus.pdf | ||
- run: make Ausgaben/PfadiralalaIVplus-pics.pdf | ||
- run: make Ausgaben/PfadiralalaIVplus-print.pdf | ||
- run: make Ausgaben/Pfadiralala2023.pdf | ||
- run: make Ausgaben/Pfadiralala2023-pics.pdf | ||
- run: make Ausgaben/Pfadiralala2023-print.pdf | ||
- run: make Ausgaben/PfadiralalaIVplus-ebook.pdf | ||
- run: make Ausgaben/Pfadiralala2024.pdf | ||
- run: make Ausgaben/Pfadiralala2024-pics.pdf | ||
- run: make Ausgaben/Pfadiralala2024-print.pdf | ||
- run: make Ausgaben/Pfadiralala2024-ebook.pdf | ||
- name: Archive production artifacts | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
|
@@ -86,6 +89,16 @@ jobs: | |
asset_name: PfadiralalaIV-print.pdf | ||
asset_content_type: application/pdf | ||
|
||
- name: Upload PfadiralalaIV-ebook.pdf | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
asset_path: ./Ausgaben/PfadiralalaIV-ebook.pdf | ||
asset_name: PfadiralalaIV-ebook.pdf | ||
asset_content_type: application/pdf | ||
|
||
- name: Upload PfadiralalaIVplus.pdf | ||
uses: actions/[email protected] | ||
env: | ||
|
@@ -116,32 +129,52 @@ jobs: | |
asset_name: PfadiralalaIVplus-print.pdf | ||
asset_content_type: application/pdf | ||
|
||
- name: Upload Pfadiralala2023.pdf | ||
- name: Upload PfadiralalaIVplus-ebook.pdf | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
asset_path: ./Ausgaben/PfadiralalaIVplus-ebook.pdf | ||
asset_name: PfadiralalaIVplus-ebook.pdf | ||
asset_content_type: application/pdf | ||
|
||
- name: Upload Pfadiralala2024.pdf | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
asset_path: ./Ausgaben/Pfadiralala2024.pdf | ||
asset_name: Pfadiralala2024.pdf | ||
asset_content_type: application/pdf | ||
|
||
- name: Upload Pfadiralala2024-pics.pdf | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
asset_path: ./Ausgaben/Pfadiralala2023.pdf | ||
asset_name: Pfadiralala2023.pdf | ||
asset_path: ./Ausgaben/Pfadiralala2024-pics.pdf | ||
asset_name: Pfadiralala2024-pics.pdf | ||
asset_content_type: application/pdf | ||
|
||
- name: Upload Pfadiralala2023-pics.pdf | ||
- name: Upload Pfadiralala2024-print.pdf | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
asset_path: ./Ausgaben/Pfadiralala2023-pics.pdf | ||
asset_name: Pfadiralala2023-pics.pdf | ||
asset_path: ./Ausgaben/Pfadiralala2024-print.pdf | ||
asset_name: Pfadiralala2024-print.pdf | ||
asset_content_type: application/pdf | ||
|
||
- name: Upload Pfadiralala2023-print.pdf | ||
- name: Upload Pfadiralala2024-ebook.pdf | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
asset_path: ./Ausgaben/Pfadiralala2023-print.pdf | ||
asset_name: Pfadiralala2023-print.pdf | ||
asset_path: ./Ausgaben/Pfadiralala2024-ebook.pdf | ||
asset_name: Pfadiralala2024-ebook.pdf | ||
asset_content_type: application/pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters