Skip to content

Commit 2672759

Browse files
author
Mauro Lacy
committed
Fix WORKSPACE
1 parent dcc3886 commit 2672759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- 'v*.*.*'
66
env:
77
CARGO_TERM_COLOR: always
8-
WORKSPACE: "/home/runner/work/op-finality-gadget"
8+
WORKSPACE: "/home/runner/work/op-finality-gadget/op-finality-gadget"
99
jobs:
1010
build_and_upload_contracts:
1111
runs-on: ubuntu-latest

.github/workflows/wasm-tests-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- '**'
66
env:
77
CARGO_TERM_COLOR: always
8-
WORKSPACE: "/home/runner/work/op-finality-gadget"
8+
WORKSPACE: "/home/runner/work/op-finality-gadget/op-finality-gadget"
99
jobs:
1010
wasm-build-check-integration-full:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)