Skip to content

Commit

Permalink
fix: linux action should not try to include updater
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 24, 2024
1 parent 67f9310 commit c5ef497
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 @@ -248,7 +248,7 @@ jobs:

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

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

0 comments on commit c5ef497

Please sign in to comment.