Skip to content

Commit 7e9f53c

Browse files
committed
fix(CI): publishing to ⊇istributive's archive server
1 parent 0fa946f commit 7e9f53c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ jobs:
416416
uses: appleboy/[email protected]
417417
with:
418418
host: ${{ secrets.ARCHIVE_HOST }}
419-
username: ${{ secrets.ARCHIVE_USERNAME }}
419+
username: pythonmonkey
420420
key: ${{ secrets.ARCHIVE_KEY }}
421421
source: ./*
422-
target: ${{ steps.get_path.outputs.ARCHIVE_PATH }}
422+
target: archive/${{ steps.get_path.outputs.ARCHIVE_PATH }}

0 commit comments

Comments
 (0)