Skip to content

Commit

Permalink
Update get-ps2exe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hope-IT-Works authored Oct 19, 2024
1 parent 93f8b5b commit a1ef3cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/get-ps2exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a1ef3cd

Please sign in to comment.