Skip to content

Commit e082b4b

Browse files
committed
fix(ci): incorrect directory generation source
1 parent 170ffc5 commit e082b4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-directories.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Directories
1+
name: Release
22
on:
33
push:
44
branches:
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
name: Compile & Release directories files
10+
name: Release Directories
1111
environment: Production
1212
permissions:
1313
contents: read
@@ -21,7 +21,7 @@ jobs:
2121
- name: Compile directories
2222
run: |
2323
mkdir -p dist
24-
bunx @hackfed/toolbox@latest generate-telephony --output dist/telephony.json ../../registry
24+
bunx @hackfed/toolbox@latest generate-telephony --output dist/telephony.json registry
2525
2626
- name: Set-up s5cmd
2727
uses: peak/action-setup-s5cmd@bde462e7399c68b4a9b05549d90b0e7d5c95e60f

0 commit comments

Comments
 (0)