Skip to content

Commit f2403ab

Browse files
committed
fix: release script
1 parent 976bd66 commit f2403ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
run: |
145145
chmod +x scripts/cargo-out-dir
146146
outdir="$(scripts/cargo-out-dir "${{ env.TARGET_DIR }}")"
147-
bin="gql-${{ matrix.name }}"
147+
bin="fileql-${{ matrix.name }}"
148148
149149
if [ "${{ matrix.os }}" = "windows-2022" ]; then
150150
cp "target/${{ matrix.target }}/release/fileql.exe" "$bin.exe"

0 commit comments

Comments
 (0)