Skip to content

Commit

Permalink
Don't add beeblink drive Z to the zip.
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-seddon committed May 2, 2022
1 parent 5cbf05f commit a8707d1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ build_script:
} elseif ($env:CI_MACOS -eq $true) {
$env:ZIP=$ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath("$env:RELEASE_NAME-macos.zip")
}
- ps: 7z a $env:ZIP volumes
- ps: cd ./beeb
- ps: |
if ($env:CI_WINDOWS -eq $true) {
Expand Down Expand Up @@ -86,11 +87,6 @@ build_script:
7z a $env:ZIP bindings.node
Pop-Location
Push-Location
cd ..
7z a $env:ZIP volumes
Pop-Location
Push-AppveyorArtifact $env:ZIP -DeploymentName output
- ps: Pop-Location

Expand Down

0 comments on commit a8707d1

Please sign in to comment.