Skip to content

Commit aff0c7c

Browse files
committed
Cat command fix
1 parent 970d56d commit aff0c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BUILD_MACOS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Create Info.plist for ARM64
3737
run: |
38-
cat > main.dist/kPad-mac_arm64.app/Contents/Info.plist << EOF
38+
cat > kPad-mac_arm64.app/Contents/Info.plist << EOF
3939
<?xml version="1.0" encoding="UTF-8"?>
4040
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4141
<plist version="1.0">
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Create Info.plist for Intel
6060
run: |
61-
cat > main.dist/kPad-mac_x86_64.app/Contents/Info.plist << EOF
61+
cat > kPad-mac_x86_64.app/Contents/Info.plist << EOF
6262
<?xml version="1.0" encoding="UTF-8"?>
6363
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
6464
<plist version="1.0">

0 commit comments

Comments
 (0)