Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
KeimaSenpai committed Oct 21, 2024
1 parent 6232a14 commit f70b533
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
# https://flet.dev/docs/publish#versioning
BUILD_NUMBER: 5
BUILD_VERSION: 1.0
BUILD_VERSION: 1
BUILD_BETA: 1
PYTHON_VERSION: 3.12.2
FLUTTER_VERSION: 3.24.0
Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
tag_name: v${{ env.BUILD_VERSION }}.${{ env.BUILD_NUMBER }}
release_name: "XLauncher v${{ env.BUILD_VERSION }}.${{ env.BUILD_NUMBER }}"
tag_name: v${{ env.BUILD_VERSION }}.0.${{ env.BUILD_NUMBER }}
release_name: "XLauncher v${{ env.BUILD_VERSION }}.0.${{ env.BUILD_NUMBER }}"
body: |
## 🚀 Funciones
- [x] Ya se usa nuevo compilador
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
update.py

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down

0 comments on commit f70b533

Please sign in to comment.