File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ jobs:
383
383
# Publish to ⊇istributive's archive server (https://archive.distributed.computer/releases/pythonmonkey/)
384
384
needs : [build-and-test, sdist]
385
385
runs-on : ubuntu-20.04
386
- if : ${{ (success() || failure()) && true }} # (github.ref_name == 'main' || github.ref_type == 'tag')
386
+ if : ${{ (success() || failure()) && (github.ref_name == 'main' || github.ref_type == 'tag') }}
387
387
environment :
388
388
name : archive
389
389
url : https://archive.distributed.computer/releases/pythonmonkey/${{ steps.get_path.outputs.ARCHIVE_PATH }}
@@ -420,3 +420,4 @@ jobs:
420
420
key : ${{ secrets.ARCHIVE_KEY }}
421
421
source : ./*
422
422
target : archive/${{ steps.get_path.outputs.ARCHIVE_PATH }}
423
+ overwrite : true
You can’t perform that action at this time.
0 commit comments