Skip to content

Commit

Permalink
fix filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
f-peverali committed Oct 9, 2024
1 parent d3a8b07 commit a572324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unzip_and_process_IG_for_archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ZIP_FILE=$(ls IG/isik-*.zip)
unzip "$ZIP_FILE" -d new-IG
#lese die Versionsnummer aus der HTML-Datei "ImplementationGuide-markdown-Einfuehrung.html" im neuen Ordner
VERSION=$(grep -oP '(?<=Version: )\d+\.\d+\.\d+' new-IG/ImplementationGuide-markdown-Einfuehrung.html)
VERSION=$(grep -oP '(?<=Version: )\d+\.\d+\.\d+' IG/new-IG/ImplementationGuide-markdown-Einfuehrung.html)
#benenne den Ordner um in die Versionsnummer und gib die Versionsnummer aus
mv new-IG "$VERSION"
#falls die Versionsnummer nicht gefunden wird, gebe eine Fehlermeldung aus und exitiere
Expand Down

0 comments on commit a572324

Please sign in to comment.