We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0492408 commit 961de09Copy full SHA for 961de09
.github/workflows/tauri-release.yaml
@@ -187,8 +187,6 @@ jobs:
187
new_filename=$(echo "$filename" | sed "s/\.app\.tar\.gz\.sig$/${platform_suffix}.app.tar.gz.sig/")
188
elif [[ "$file" == *.app.tar.gz ]]; then
189
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/")
192
fi
193
194
new_path="$dir/$new_filename"
0 commit comments