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 0fa946f commit 7e9f53cCopy full SHA for 7e9f53c
.github/workflows/test-and-publish.yaml
@@ -416,7 +416,7 @@ jobs:
416
uses: appleboy/[email protected]
417
with:
418
host: ${{ secrets.ARCHIVE_HOST }}
419
- username: ${{ secrets.ARCHIVE_USERNAME }}
+ username: pythonmonkey
420
key: ${{ secrets.ARCHIVE_KEY }}
421
source: ./*
422
- target: ${{ steps.get_path.outputs.ARCHIVE_PATH }}
+ target: archive/${{ steps.get_path.outputs.ARCHIVE_PATH }}
0 commit comments