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:
383383 # Publish to ⊇istributive's archive server (https://archive.distributed.computer/releases/pythonmonkey/)
384384 needs : [build-and-test, sdist]
385385 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') }}
387387 environment :
388388 name : archive
389389 url : https://archive.distributed.computer/releases/pythonmonkey/${{ steps.get_path.outputs.ARCHIVE_PATH }}
@@ -420,3 +420,4 @@ jobs:
420420 key : ${{ secrets.ARCHIVE_KEY }}
421421 source : ./*
422422 target : archive/${{ steps.get_path.outputs.ARCHIVE_PATH }}
423+ overwrite : true
You can’t perform that action at this time.
0 commit comments