Skip to content

Commit f0de743

Browse files
Update build.yml
1 parent 11cbfbd commit f0de743

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
shell: bash
8888
run: |
8989
# package portable
90-
zip -9 -y -r BitCapIPR-${{ github.ref_name }}-macos14-portable.zip dist/BitCapIPR.app
90+
zip -9 -y -r BitCapIPR-${{ github.ref_name }}-macos14-arm64-portable.zip dist/BitCapIPR.app
9191
9292
# create dmg setup
9393
brew install create-dmg
@@ -108,7 +108,7 @@ jobs:
108108
--icon "BitCapIPR.app" 175 120 \
109109
--hide-extension "BitCapIPR.app" \
110110
--app-drop-link 425 120 \
111-
"dist/BitCapIPR-${{ github.ref_name }}-macos14-setup.dmg" \
111+
"dist/BitCapIPR-${{ github.ref_name }}-macos14-arm64-setup.dmg" \
112112
"dist/dmg/"
113113
- name: Windows - portable & setup.exe
114114
run: echo "Packaging portable and setup.exe with ISCC"
@@ -148,17 +148,17 @@ jobs:
148148
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
149149
with:
150150
upload_url: ${{ needs.create_release.outputs.upload_url }}
151-
asset_name: BitCapIPR-${{ github.ref_name}}-macos14-portable.zip
152-
asset_path: "./BitCapIPR-${{ github.ref_name}}-macos14-portable.zip"
151+
asset_name: BitCapIPR-${{ github.ref_name}}-macos14-arm64-portable.zip
152+
asset_path: "./BitCapIPR-${{ github.ref_name}}-macos14-arm64-portable.zip"
153153
asset_content_type: application/zip
154154
- if: runner.os == 'macOS'
155155
uses: actions/upload-release-asset@v1
156156
env:
157157
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
158158
with:
159159
upload_url: ${{ needs.create_release.outputs.upload_url }}
160-
asset_name: BitCapIPR-${{ github.ref_name }}-macos14-setup.dmg
161-
asset_path: "dist/BitCapIPR-${{ github.ref_name }}-macos14-setup.dmg"
160+
asset_name: BitCapIPR-${{ github.ref_name }}-macos14-arm64-setup.dmg
161+
asset_path: "dist/BitCapIPR-${{ github.ref_name }}-macos14-arm64-setup.dmg"
162162
asset_content_type: application/octet-stream
163163
- if: runner.os == 'Windows'
164164
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)