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
|
- checkout
|
||||||
- check-changed-files-or-halt
|
- check-changed-files-or-halt
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: '/build'
|
at: '.'
|
||||||
- run:
|
- run:
|
||||||
name: "Sign Windows Executables"
|
name: "Sign Windows Executables"
|
||||||
command: ./scripts/sign-windows.sh
|
command: ./scripts/sign-windows.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue