mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 14:50:55 +03:00
CI: use windows-latest and install iscc manually
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
3
.github/workflows/development.yml
vendored
3
.github/workflows/development.yml
vendored
@@ -100,7 +100,7 @@ jobs:
|
|||||||
|
|
||||||
test-deploy-windows:
|
test-deploy-windows:
|
||||||
name: Test and deploy Windows
|
name: Test and deploy Windows
|
||||||
runs-on: windows-2022
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
@@ -177,6 +177,7 @@ jobs:
|
|||||||
- name: Prepare Windows installers
|
- name: Prepare Windows installers
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
run: |
|
run: |
|
||||||
|
choco install innosetup
|
||||||
Remove-Item -LiteralPath "output" -Force -Recurse -ErrorAction Ignore
|
Remove-Item -LiteralPath "output" -Force -Recurse -ErrorAction Ignore
|
||||||
mkdir output
|
mkdir output
|
||||||
copy .\sftpgo.exe .\output
|
copy .\sftpgo.exe .\output
|
||||||
|
|||||||
Reference in New Issue
Block a user