Skip to content

Commit 3bc292f

Browse files
committed
fix: set strip components to 1 in deploy workflow
1 parent 5a19ced commit 3bc292f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
port: ${{ secrets.SFTP_REMOTE_PORT }}
3636
source: example/build/web
3737
target: ${{ secrets.SFTP_REMOTE_PATH }}
38-
strip_components: true
38+
strip_components: 1
3939
debug: ${{ secrets.SFTP_DEBUG }}

0 commit comments

Comments
 (0)