fix: Actions file nameing

This commit is contained in:
Frederik Beimgraben 2025-10-30 21:49:59 +01:00
parent 7aa72ec2cf
commit c0d2ecae0c

View File

@ -72,7 +72,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
SAT-WiSe-25-26_${{ steps.version.outputs.VERSION }}.pdf
Report_${{ steps.version.outputs.VERSION }}.pdf
Output/Main.pdf
name: Release ${{ steps.version.outputs.VERSION }}
body_path: release_notes.md
@ -85,9 +85,9 @@ jobs:
- name: Upload PDF as artifact (backup)
uses: actions/upload-artifact@v4
with:
name: SAT-WiSe-25-26-Release-${{ steps.version.outputs.VERSION }}
name: Report-${{ steps.version.outputs.VERSION }}
path: |
SAT-WiSe-25-26_${{ steps.version.outputs.VERSION }}.pdf
Report_${{ steps.version.outputs.VERSION }}.pdf
Output/Main.pdf
retention-days: 90
if-no-files-found: error