chore: Attach workspace in current directoy, avoid non-existing dir (#14587)
This commit is contained in:
parent
ff4f0e41bd
commit
b693f3644b
|
|
@ -401,7 +401,7 @@ jobs:
|
|||
- checkout
|
||||
- check-changed-files-or-halt
|
||||
- attach_workspace:
|
||||
at: '/build'
|
||||
at: '.'
|
||||
- run:
|
||||
name: "Sign Windows Executables"
|
||||
command: ./scripts/sign-windows.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue