fix(1.105): move new feat/fixes to stable [skip ci]

This commit is contained in:
Baptiste Augrain
2025-10-10 18:22:47 +02:00
parent f81d3d53ad
commit 60b7a4640e
4 changed files with 37 additions and 27 deletions

View File

@@ -71,6 +71,13 @@ jobs:
run: ./prepare_src.sh
if: env.SHOULD_BUILD == 'yes'
- name: Upload sourcemaps
env:
GITHUB_TOKEN: ${{ secrets.STRONGER_GITHUB_TOKEN }}
GITHUB_USERNAME: ${{ github.repository_owner }}
run: ./upload_sourcemaps.sh
if: env.SHOULD_BUILD == 'yes'
- name: Release source
env:
GITHUB_TOKEN: ${{ secrets.STRONGER_GITHUB_TOKEN }}