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 976bd66 commit f2403abCopy full SHA for f2403ab
.github/workflows/release.yaml
@@ -144,7 +144,7 @@ jobs:
144
run: |
145
chmod +x scripts/cargo-out-dir
146
outdir="$(scripts/cargo-out-dir "${{ env.TARGET_DIR }}")"
147
- bin="gql-${{ matrix.name }}"
+ bin="fileql-${{ matrix.name }}"
148
149
if [ "${{ matrix.os }}" = "windows-2022" ]; then
150
cp "target/${{ matrix.target }}/release/fileql.exe" "$bin.exe"
0 commit comments