Skip to content

Commit f8a940e

Browse files
committed
Fix delete step
1 parent db7484e commit f8a940e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ stages:
299299
# We don't want the Store MSIX on python.org, so just delete it
300300
# It's already been archived in the earlier publish step, and is bundled
301301
# into the .msixupload file.
302-
del "$(UPLOAD_DIR)\*-store.msix" -ErrorAction SilentlyContinue
302+
del "${env:UPLOAD_DIR}\*-store.msix" -ErrorAction SilentlyContinue
303303
python ci\upload.py
304304
displayName: 'Publish packages'
305305
env:

0 commit comments

Comments
 (0)