Skip to content

Commit 34372be

Browse files
committed
ci: Fix compilation error for rofl-scheduler
1 parent a8484ec commit 34372be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-rofl-scheduler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222

2323
- name: Build rofl-scheduler for Testnet
2424
working-directory: rofl-scheduler
25-
run: ../oasis rofl build --deployment testnet --offline --verify
25+
run: oasis rofl build --deployment testnet --offline --verify
2626

2727
- name: Build rofl-scheduler for Mainnet
2828
working-directory: rofl-scheduler
29-
run: ../oasis rofl build --deployment mainnet --offline --verify
29+
run: oasis rofl build --deployment mainnet --offline --verify
3030

3131
- name: Publish the release
3232
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)