ah shit here we go again
This commit is contained in:
committed by
Phoenix
parent
35a9e08e87
commit
945b80f1d3
5
.github/workflows/package-release.yml
vendored
5
.github/workflows/package-release.yml
vendored
@@ -119,8 +119,8 @@ jobs:
|
|||||||
Write-Output "Building Windows installer..."
|
Write-Output "Building Windows installer..."
|
||||||
|
|
||||||
# Setup directory structure for installer
|
# Setup directory structure for installer
|
||||||
New-Item -ItemType Directory -Path "build-scripts/Windows" -Force
|
New-Item -ItemType Directory -Path "build-scripts\Windows" -Force
|
||||||
Copy-Item "artifacts/flumi-windows/*" "flumi/build-scripts/Windows/" -Force
|
Copy-Item "artifacts\flumi-windows\*" "flumi\build-scripts\Windows\" -Force
|
||||||
|
|
||||||
# Create installer output directory
|
# Create installer output directory
|
||||||
New-Item -ItemType Directory -Path "flumi/build-scripts/Windows/installer" -Force
|
New-Item -ItemType Directory -Path "flumi/build-scripts/Windows/installer" -Force
|
||||||
@@ -276,3 +276,4 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user