Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
selimseker committed Sep 6, 2024
1 parent faf2b5f commit 4fbffd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_prod_exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
command: ${{ matrix.command }}
target: ${{ matrix.target }}
args: "--locked --release {{ matrix.build_args }}"
args: "--locked --release ${{ matrix.build_args }}"
strip: true

- name: Prepare Release File
Expand Down

0 comments on commit 4fbffd5

Please sign in to comment.