Skip to content

Commit 961de09

Browse files
committed
Don't rename .dmg files
1 parent 0492408 commit 961de09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tauri-release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ jobs:
187187
new_filename=$(echo "$filename" | sed "s/\.app\.tar\.gz\.sig$/${platform_suffix}.app.tar.gz.sig/")
188188
elif [[ "$file" == *.app.tar.gz ]]; then
189189
new_filename=$(echo "$filename" | sed "s/\.app\.tar\.gz$/${platform_suffix}.app.tar.gz/")
190-
elif [[ "$file" == *.dmg ]]; then
191-
new_filename=$(echo "$filename" | sed "s/\.dmg$/${platform_suffix}.dmg/")
192190
fi
193191
194192
new_path="$dir/$new_filename"

0 commit comments

Comments
 (0)