We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6450df commit 2f4137dCopy full SHA for 2f4137d
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
if: startsWith(github.ref, 'refs/tags/pkg-')
31
defaults:
32
run:
33
- working-directory: "./reader/rust"
+ working-directory: "./crates/package"
34
steps:
35
- name: Checkout Code
36
uses: actions/checkout@v5
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Build project
71
run: cargo run bundle --path ../definitions --out ../bundles
72
- working-directory: "./cli"
+ working-directory: "./crates/cli"
73
74
- name: Archive definitions folder
75
run: |
@@ -94,7 +94,7 @@ jobs:
94
if: startsWith(github.ref, 'refs/tags/cli-')
95
96
97
98
99
100
0 commit comments