87
87
shell : bash
88
88
run : |
89
89
# 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
91
91
92
92
# create dmg setup
93
93
brew install create-dmg
@@ -108,7 +108,7 @@ jobs:
108
108
--icon "BitCapIPR.app" 175 120 \
109
109
--hide-extension "BitCapIPR.app" \
110
110
--app-drop-link 425 120 \
111
- "dist/BitCapIPR-${{ github.ref_name }}-macos14-setup.dmg" \
111
+ "dist/BitCapIPR-${{ github.ref_name }}-macos14-arm64- setup.dmg" \
112
112
"dist/dmg/"
113
113
- name : Windows - portable & setup.exe
114
114
run : echo "Packaging portable and setup.exe with ISCC"
@@ -148,17 +148,17 @@ jobs:
148
148
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
149
149
with :
150
150
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"
153
153
asset_content_type : application/zip
154
154
- if : runner.os == 'macOS'
155
155
uses : actions/upload-release-asset@v1
156
156
env :
157
157
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
158
158
with :
159
159
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"
162
162
asset_content_type : application/octet-stream
163
163
- if : runner.os == 'Windows'
164
164
uses : actions/upload-release-asset@v1
0 commit comments