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 70b3555 commit 7463cb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,10 @@ 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"
echo $suffix
echo "xxxxx"
fi
realName="${filename}${suffix}"
echo $realName
Expand Down

0 comments on commit 7463cb3

Please sign in to comment.