Updated release scripts

This commit is contained in:
JaxxMoss 2025-05-09 00:49:56 +02:00
parent 3193127809
commit 05fdaa3d3a
2 changed files with 15 additions and 4 deletions

View file

@ -32,6 +32,12 @@ jobs:
shell: cmd
run: .\build-scripts\windows-build.bat
- name: Cleanup build-scripts directory
shell: bash
run: |
echo "Removing build-scripts directory..."
rmdir /s /q build-scripts
- name: Commit and push build artifacts
shell: bash
run: |