Skip to content

Commit

Permalink
fix: appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Jun 13, 2024
1 parent 50e7fb2 commit 301dd1b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,6 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: Rename Linux distr # In order to show that we do not support ARM yet.
run: |
original=$(find . -name "Nova*.AppImage" -type f)
filename="${original%.*}"
new="$filename"_x86_64.AppImage
mv "$original" "$new"
# Update latest-linux.yml with new file name
sed -i "s/$original/$new/g" latest-linux.yml
- name: Replace space by "-"
run: |
for file in *; do
Expand Down

0 comments on commit 301dd1b

Please sign in to comment.