Skip to content

Commit

Permalink
fixup! macos working
Browse files Browse the repository at this point in the history
  • Loading branch information
ldennington committed Oct 18, 2023
1 parent dc151a2 commit e1aa71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
make -C git/.github/macos-installer V=1 payload
# Codesign payload
cp -R stage/git-cp -R stage/git-${{ matrix.arch.name }}-$VERSION/ \
cp -R stage/git-${{ matrix.arch.name }}-$VERSION/ \
build_artifacts-$VERSION/ git/.github/macos-installer/build-artifacts
make -C git/.github/macos-installer V=1 codesign \
APPLE_APP_IDENTITY="$A3" || die "Creating signed payload failed"
Expand Down

0 comments on commit e1aa71a

Please sign in to comment.