VERSION CICD Update
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Pedro Jose Romero Gombau 2025-01-22 12:13:55 +01:00
parent 06b62c5143
commit b15d3c5192

View File

@ -21,7 +21,8 @@ steps:
- git config --global user.email "drone@spark-ops.com"
- git clone https://$GIT_USERNAME:$GIT_PASSWORD@git.spark-ops.com/LaunchSim/application.git
- cp README_APP.md dist/LaunchSim.exe application/
- VERSION=$(cat VERSION)
- cd application
- git add .
- git commit -m "Actualización de LaunchSim.exe y README_APP.md"
- git commit -m "Actualización de v$VERSION"
- git push origin main