From a1ef3cdb4b3004c0fd37607375a1cdff58be95cd Mon Sep 17 00:00:00 2001 From: Tobias Meyer <52013820+Hope-IT-Works@users.noreply.github.com> Date: Sun, 20 Oct 2024 00:53:49 +0200 Subject: [PATCH] Update get-ps2exe.yml --- .github/workflows/get-ps2exe.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/get-ps2exe.yml b/.github/workflows/get-ps2exe.yml index 7d82ede..6c8bd97 100644 --- a/.github/workflows/get-ps2exe.yml +++ b/.github/workflows/get-ps2exe.yml @@ -29,6 +29,7 @@ jobs: else echo "ps2exe.ps1 does not exist." echo "exists=false" >> $GITHUB_ENV + fi # Hier das 'fi' hinzufügen # 4. If the file exists, compare it with the external version - name: Compare the two files @@ -41,6 +42,7 @@ jobs: else echo "Differences found" echo "changed=true" >> $GITHUB_ENV + fi # Hier das 'fi' hinzufügen # 5. If the file does not exist or there are changes, overwrite and commit - name: Handle missing or changed ps2exe.ps1