mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 02:40:26 +00:00
CI mac: added arch string
to identify if the build is arm64 or x86_64
This commit is contained in:
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
@@ -225,12 +225,12 @@ jobs:
|
||||
if: (github.repository == 'CESNET/UltraGrid' && github.ref == 'refs/heads/master') || startsWith(github.ref, 'refs/tags/')
|
||||
run: |
|
||||
brew install jq
|
||||
.github/scripts/replace-asset.sh $TAG UltraGrid-$VERSION.dmg application/x-apple-diskimage macOS%20build
|
||||
.github/scripts/replace-asset.sh $TAG UltraGrid-$VERSION.dmg application/x-apple-diskimage macOS%20$(uname -m)%20build
|
||||
- name: Upload Build
|
||||
if: steps.upload-release.conclusion == 'skipped'
|
||||
uses: actions/upload-artifact@main
|
||||
with:
|
||||
name: UltraGrid-macOS
|
||||
name: UltraGrid-${{ env.VERSION }}-macOS
|
||||
path: UltraGrid-${{ env.VERSION }}.dmg
|
||||
|
||||
Windows:
|
||||
|
||||
Reference in New Issue
Block a user