mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-13 09:20:31 -07:00
Use windows 2025 image
This commit is contained in:
parent
f110aa11ae
commit
3ee921604a
1 changed files with 8 additions and 2 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -185,7 +185,7 @@ jobs:
|
||||||
path: build/app/outputs/android_artifacts/
|
path: build/app/outputs/android_artifacts/
|
||||||
|
|
||||||
build-windows:
|
build-windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2025
|
||||||
needs: [fetch-info]
|
needs: [fetch-info]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -207,11 +207,17 @@ jobs:
|
||||||
- name: Build Windows EXE
|
- name: Build Windows EXE
|
||||||
run: flutter build windows --build-number=${{ github.run_number }}
|
run: flutter build windows --build-number=${{ github.run_number }}
|
||||||
|
|
||||||
|
- name: List files in Windows folder
|
||||||
|
run: ls /
|
||||||
|
|
||||||
|
- name: List files in Windows folder
|
||||||
|
run: ls windows/
|
||||||
|
|
||||||
- name: Compile Inno Setup installer
|
- name: Compile Inno Setup installer
|
||||||
uses: Minionguyjpro/Inno-Setup-Action@v1.2.7
|
uses: Minionguyjpro/Inno-Setup-Action@v1.2.7
|
||||||
with:
|
with:
|
||||||
path: windows/windows_setup.iss
|
path: windows/windows_setup.iss
|
||||||
options: /O+ /DFLADDER_VERSION=${{ needs.fetch-info.outputs.version_name }}
|
options: /O+ /DFLADDER_VERSION="${{ needs.fetch-info.outputs.version_name }}"
|
||||||
|
|
||||||
- name: Archive Windows portable artifact
|
- name: Archive Windows portable artifact
|
||||||
uses: actions/upload-artifact@v4.0.0
|
uses: actions/upload-artifact@v4.0.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue