Skip to content

Commit

Permalink
Fix release workflow to remove all rage-mount assets when necessary
Browse files Browse the repository at this point in the history
The existing `sed` command broke once we correctly renamed the Zsh
completion files.
  • Loading branch information
str4d committed Jan 20, 2024
1 parent b792585 commit a9b3826
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 @@ -191,7 +191,7 @@ jobs:
working-directory: ./rage

- name: Update Debian package config for cross-compile
run: sed -i '/\/rage-mount/d' rage/Cargo.toml
run: sed -i '/\/_\?rage-mount/d' rage/Cargo.toml
if: matrix.name != 'linux'

- name: cargo deb
Expand Down

0 comments on commit a9b3826

Please sign in to comment.