Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into adopt_ubuntu_24_04
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 21, 2024
2 parents e21fbec + 895e629 commit a813904
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/pyinstaller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ steps:
python build_utils/create_and_pack_executable.py --no-simple-zip
displayName: build
- task: PublishBuildArtifacts@1
- task: PublishPipelineArtifact@1
inputs:
pathToPublish: dist2
artifactName: execs
targetPath: dist2
publishLocation: pipeline
- script: ${{ parameters.test_path }}
displayName: TestBuild

0 comments on commit a813904

Please sign in to comment.