Skip to content

Commit 8e101b3

Browse files
author
Pierre-Luc Gagné
committed
Fix script paths in doc
1 parent 4ab8d46 commit 8e101b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ cmake --build build/debug -j$(nproc)
124124

125125
Project automation scripts are grouped by purpose:
126126

127-
- `scripts/ci/act-ci.sh` — run `tests-gcc` job locally with `act`
128-
- `scripts/ci/act-ci-full.sh` — run Linux CI jobs locally in sequence with `act`
127+
- `scripts/act/act-ci.sh` — run `tests-gcc` job locally with `act`
128+
- `scripts/act/act-ci-full.sh` — run Linux CI jobs locally in sequence with `act`
129+
- `scripts/act/act-release.sh` — dry-run release workflow locally with `act`
129130
- `scripts/release/release.sh` — bump version, update changelog, commit, and tag
130-
- `scripts/release/act-release.sh` — dry-run release workflow locally with `act`
131131

132132
## Using as a Dependency
133133

0 commit comments

Comments
 (0)