Skip to content

Commit

Permalink
Update desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zmisgod committed Jul 27, 2024
1 parent b9b3061 commit 9dca902
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ jobs:
mkdir "$dirname"
if [ "${{ matrix.os }}" = "macos-latest" ]; then
suffix="aarch64"
if ["${{matrix.target}}" = "x86_64-apple-darwin"]; then
if ["${{ matrix.target }}" = "x86_64-apple-darwin"]; then
suffix="x64"
fi
aarch64Name="${filename}${suffix}"
echo $(aarch64Name)
mv "src-tauri/target/${{ matrix.target }}/release/bundle/dmg/${aarch64Name}.dmg" "$dirname/"
realName="${filename}${suffix}"
echo $(realName)
mv "src-tauri/target/${{ matrix.target }}/release/bundle/dmg/${realName}.dmg" "$dirname/"
elif [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
suffix="amd64"
if ["${{matrix.target}}" = "aarch64-unknown-linux-gnu"]; then
Expand Down

0 comments on commit 9dca902

Please sign in to comment.