Fallback für ZIP_FOLDER hinzugefügt: Wenn leer, auf sn_basis setzen
This commit is contained in:
@@ -142,6 +142,10 @@ jobs:
|
||||
cd repo
|
||||
echo "Starte ZIP-Erstellung"
|
||||
ZIP_FOLDER="${{ steps.info.outputs.zip_folder }}"
|
||||
if [ -z "$ZIP_FOLDER" ]; then
|
||||
echo "ZIP_FOLDER is empty, setting to sn_basis"
|
||||
ZIP_FOLDER="sn_basis"
|
||||
fi
|
||||
ZIP_FILE="${ZIP_FOLDER}.zip"
|
||||
VERSION="${{ steps.releaseinfo.outputs.version }}"
|
||||
REPO_NAME="${GITHUB_REPOSITORY##*/}"
|
||||
|
||||
Reference in New Issue
Block a user