Skip to content

Commit

Permalink
fix: release script
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Feb 16, 2024
1 parent 976bd66 commit f2403ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
run: |
chmod +x scripts/cargo-out-dir
outdir="$(scripts/cargo-out-dir "${{ env.TARGET_DIR }}")"
bin="gql-${{ matrix.name }}"
bin="fileql-${{ matrix.name }}"
if [ "${{ matrix.os }}" = "windows-2022" ]; then
cp "target/${{ matrix.target }}/release/fileql.exe" "$bin.exe"
Expand Down

0 comments on commit f2403ab

Please sign in to comment.