File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -745,15 +745,16 @@ jobs:
745
745
746
746
- name : List and set ZSV_ROOT env var
747
747
env :
748
- ZSV_ROOT : ${{ steps.zsv.outputs.install-path }}
748
+ ZSV_INSTALL_PATH : ${{ steps.zsv.outputs.install-path }}
749
749
run : |
750
- ls -hl "$ZSV_ROOT"/{bin,include,lib}
751
- echo "ZSV_ROOT=$ZSV_ROOT" >>"$GITHUB_ENV"
750
+ ls -hl "$ZSV_INSTALL_PATH"/{bin,include,lib}
751
+ cp -r $"ZSV_INSTALL_PATH" .
752
+ echo "ZSV_ROOT=$PWD/zsv" >>"$GITHUB_ENV"
752
753
753
754
- name : Codesign using thirdparty action
754
755
uses : lando/code-sign-action@v2
755
756
with :
756
- file : ${{ env.ZSV_ROOT }} /bin/zsv
757
+ file : ./zsv /bin/zsv
757
758
certificate-data : ${{ secrets.MACOS_CERT_P12 }}
758
759
certificate-password : ${{ secrets.MACOS_CERT_PASSWORD }}
759
760
apple-notary-user : matt@liquidaty.com
You can’t perform that action at this time.
0 commit comments