Skip to content

Commit

Permalink
fix: capital letter binary
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 2, 2024
1 parent c7f08ac commit 09f9d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:

- name: (Linux) Compress build
if: matrix.config.platform == 'ubuntu-latest'
run: cd src-tauri/target/${{ matrix.config.target }}/release && tar -czvf dorion.tar.gz dorion updater .portable ./plugins ./themes ./injection ./icons
run: cd src-tauri/target/${{ matrix.config.target }}/release && tar -czvf dorion.tar.gz Dorion updater .portable ./plugins ./themes ./injection ./icons

# Windows portable
- name: (Windows) Upload portable
Expand Down

0 comments on commit 09f9d03

Please sign in to comment.