Skip to content

Commit

Permalink
[ci] More M1 work
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 26, 2023
1 parent cbe4f60 commit ecba796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/mac-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
env:
MACOS_ARCH: "aarch64"
- run: |
export GITTAGNOV=$(echo "$GITHUB_REF" | sed "s/.*\///;s/^v//")
export BUILD_ARTIFACTSTAGINGDIRECTORY=$PWD/staging
mkdir $BUILD_ARTIFACTSTAGINGDIRECTORY
source ci/osx-package.deploy.sh
env:
MACOS_ARCH: "aarch64"
Expand All @@ -93,4 +96,4 @@ jobs:
with:
name: macos-aarch64
path: |
*.dmg
staging/*.*
3 changes: 0 additions & 3 deletions ci/osx-package.deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,5 @@ xcrun stapler validate ./*.dmg
[[ $? == 0 ]] || exit 1

# Archive
if [ -z ${BUILD_ARTIFACTSTAGINGDIRECTORY+x} ]; then
BUILD_ARTIFACTSTAGINGDIRECTORY="$PWD"
fi
mv ./*.dmg "$BUILD_ARTIFACTSTAGINGDIRECTORY/ossia score-$TAG-macOS.dmg"
mv "mac-sdk.zip" "$BUILD_ARTIFACTSTAGINGDIRECTORY/"

0 comments on commit ecba796

Please sign in to comment.