We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7484e commit f8a940eCopy full SHA for f8a940e
ci/release.yml
@@ -299,7 +299,7 @@ stages:
299
# We don't want the Store MSIX on python.org, so just delete it
300
# It's already been archived in the earlier publish step, and is bundled
301
# into the .msixupload file.
302
- del "$(UPLOAD_DIR)\*-store.msix" -ErrorAction SilentlyContinue
+ del "${env:UPLOAD_DIR}\*-store.msix" -ErrorAction SilentlyContinue
303
python ci\upload.py
304
displayName: 'Publish packages'
305
env:
0 commit comments