Renamed releaser.py to build-release.py
parent
c83d0d87c2
commit
675c9f01ff
|
@ -23,10 +23,10 @@ jobs:
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- name: 'Fetch releaser.py'
|
- name: 'Fetch build-release.py'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
sparse-checkout: 'build-scripts/releaser.py'
|
sparse-checkout: 'build-scripts/build-release.py'
|
||||||
- name: 'Set up SDL sources'
|
- name: 'Set up SDL sources'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -36,7 +36,7 @@ jobs:
|
||||||
id: releaser
|
id: releaser
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python build-scripts/releaser.py \
|
python build-scripts/build-release.py \
|
||||||
--create source \
|
--create source \
|
||||||
--commit ${{ inputs.commit }} \
|
--commit ${{ inputs.commit }} \
|
||||||
--project SDL3 \
|
--project SDL3 \
|
||||||
|
@ -94,10 +94,10 @@ jobs:
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- name: 'Fetch releaser.py'
|
- name: 'Fetch build-release.py'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
sparse-checkout: 'build-scripts/releaser.py'
|
sparse-checkout: 'build-scripts/build-release.py'
|
||||||
- name: 'Download source archives'
|
- name: 'Download source archives'
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
@ -113,7 +113,7 @@ jobs:
|
||||||
id: releaser
|
id: releaser
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python build-scripts/releaser.py \
|
python build-scripts/build-release.py \
|
||||||
--create xcframework \
|
--create xcframework \
|
||||||
--commit ${{ inputs.commit }} \
|
--commit ${{ inputs.commit }} \
|
||||||
--project SDL3 \
|
--project SDL3 \
|
||||||
|
@ -230,10 +230,10 @@ jobs:
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- name: 'Fetch releaser.py'
|
- name: 'Fetch build-release.py'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
sparse-checkout: 'build-scripts/releaser.py'
|
sparse-checkout: 'build-scripts/build-release.py'
|
||||||
- name: 'Download source archives'
|
- name: 'Download source archives'
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
@ -249,7 +249,7 @@ jobs:
|
||||||
- name: 'Build MSVC binary archives'
|
- name: 'Build MSVC binary archives'
|
||||||
id: releaser
|
id: releaser
|
||||||
run: |
|
run: |
|
||||||
python build-scripts/releaser.py `
|
python build-scripts/build-release.py `
|
||||||
--create win32 `
|
--create win32 `
|
||||||
--commit ${{ inputs.commit }} `
|
--commit ${{ inputs.commit }} `
|
||||||
--project SDL3 `
|
--project SDL3 `
|
||||||
|
@ -325,10 +325,10 @@ jobs:
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- name: 'Fetch releaser.py'
|
- name: 'Fetch build-release.py'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
sparse-checkout: 'build-scripts/releaser.py'
|
sparse-checkout: 'build-scripts/build-release.py'
|
||||||
- name: 'Install Mingw toolchain'
|
- name: 'Install Mingw toolchain'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
|
@ -347,7 +347,7 @@ jobs:
|
||||||
- name: 'Build MinGW binary archives'
|
- name: 'Build MinGW binary archives'
|
||||||
id: releaser
|
id: releaser
|
||||||
run: |
|
run: |
|
||||||
python build-scripts/releaser.py \
|
python build-scripts/build-release.py \
|
||||||
--create mingw \
|
--create mingw \
|
||||||
--commit ${{ inputs.commit }} \
|
--commit ${{ inputs.commit }} \
|
||||||
--project SDL3 \
|
--project SDL3 \
|
||||||
|
|
Loading…
Reference in New Issue