Actualiser .gitea/workflows/build.yaml
All checks were successful
Build 2 exe / Build (push) Successful in 36s

This commit is contained in:
2026-02-11 09:04:47 +00:00
parent 15606f0d5e
commit c53e4e5511

View File

@@ -16,6 +16,7 @@ jobs:
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
if: github.ref_type == 'tag'
with: with:
files: | files: |
${{ gitea.workspace }}\text2image.zip ${{ gitea.workspace }}\text2image.zip