Skip to content

Commit

Permalink
Fix Linux release build
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed May 14, 2024
1 parent 683c91c commit de68c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
dest: 'ReaBoot-windows-x64.exe'
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
args: '--bundles deb'
src: 'target/release/bundle/deb/ReaBoot_*_amd64.deb'
src: 'target/release/bundle/deb/reaboot_*_amd64.deb'
dest: 'ReaBoot-linux-x86_64.deb'

runs-on: ${{ matrix.settings.platform }}
Expand Down

0 comments on commit de68c4b

Please sign in to comment.