mirror of https://github.com/PCSX2/pcsx2.git
This commit is contained in:
parent
ef5d5c780b
commit
2879d13c18
|
@ -147,11 +147,14 @@ jobs:
|
|||
run: make -j$(getconf _NPROCESSORS_ONLN) unittests
|
||||
|
||||
- name: Prepare Build Artifacts
|
||||
run: mv build/pcsx2*/PCSX2.app Build.app
|
||||
run: |
|
||||
echo "The current pwd is: $(pwd)"
|
||||
mv build/pcsx2*/PCSX2.app Build.app
|
||||
echo "This dir contains: $(ls)"
|
||||
|
||||
- name: Sign binary
|
||||
if: ${{ inputs.sign }}
|
||||
uses: lando/code-sign-action@v2
|
||||
uses: lando/code-sign-action@v3
|
||||
with:
|
||||
file: "Build.app"
|
||||
certificate-data: ${{ secrets.APPLE_CERT_DATA }}
|
||||
|
|
Loading…
Reference in New Issue