@@ -146,7 +146,7 @@ jobs:
146146 echo "cp oshot /usr/local/bin/oshot" >> package/oshot/install.sh
147147 chmod +x package/oshot/install.sh package/oshot/oshot
148148 wget https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata -O package/oshot/models/eng.traineddata
149- wget https://github.com/matomo-org/travis-scripts/raw/refs/heads/master/fonts/Arial.ttf
149+ wget https://github.com/matomo-org/travis-scripts/raw/refs/heads/master/fonts/Arial.ttf -O package/oshot/Arial.ttf
150150 cd package
151151 zip -r oshot-linux.zip oshot/
152152
@@ -158,7 +158,7 @@ jobs:
158158 chmod +x oshot-x86_64.AppImage
159159 mv oshot-x86_64.AppImage package/oshot/
160160 wget https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata -O package/oshot/models/eng.traineddata
161- wget https://github.com/matomo-org/travis-scripts/raw/refs/heads/master/fonts/Arial.ttf
161+ wget https://github.com/matomo-org/travis-scripts/raw/refs/heads/master/fonts/Arial.ttf -O package/oshot/Arial.ttf
162162 cd package
163163 zip -r oshot-appimage.zip oshot/
164164
@@ -169,8 +169,8 @@ jobs:
169169 ARCH=$(uname -m)
170170 ./scripts/create_app_bundle.sh ./build/oshot oshot-macos-${ARCH}.dmg
171171 mv oshot-macos-${ARCH}.dmg package/oshot/
172- curl -L https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata -o package/oshot/models/eng.traineddata
173- curl -LO https://github.com/matomo-org/travis-scripts/raw/refs/heads/master/fonts/Arial.ttf
172+ curl -L https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata -o package/oshot/models/eng.traineddata
173+ curl -L https://github.com/matomo-org/travis-scripts/raw/refs/heads/master/fonts/Arial.ttf -o package/oshot /Arial.ttf
174174 cd package
175175 zip -r oshot-macos-${ARCH}.zip oshot/
176176
@@ -277,6 +277,6 @@ jobs:
277277 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
278278 with :
279279 upload_url : ${{ needs.release.outputs.release-url }}
280- asset_path : downloaded-artifacts/macos-13 -packages/oshot-macos-x86_64.zip
280+ asset_path : downloaded-artifacts/macos-15-intel -packages/oshot-macos-x86_64.zip
281281 asset_name : oshot-macos-x86_64-${{ needs.get-version.outputs.version }}.zip
282282 asset_content_type : application/zip
0 commit comments