Skip to content

Commit

Permalink
[ci] Try to fix azure pipelines not replacing artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 8, 2024
1 parent 7576825 commit 6cbc400
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ stages:
cd "$(System.DefaultWorkingDirectory)"
find . -type f -exec mv {} . \;
ls
gh release delete-asset -y continuous ossia.score-master-macOS-Intel.dmg || true
gh release delete-asset -y continuous mac-sdk || true
gh release delete-asset -y continuous ossia.score-master-win64.exe || true
gh release delete-asset -y continuous windows-sdk.zip || true
gh release delete-asset -y continuous ossia.score-master-linux-amd64.AppImage || true
gh release delete-asset -y continuous linux-sdk.zip || true
- task: GitHubRelease@1
condition: and(succeeded(), eq(variables.isMaster, true))
Expand Down

0 comments on commit 6cbc400

Please sign in to comment.