Merge pull request #65662 from s0undt3ch/hotfix/3006.x-fixes

[3006.x] Adjust the architecture for the onedir artifact(in the template)
This commit is contained in:
Shane Lee 2023-12-04 14:56:02 -07:00 committed by GitHub
commit 25bac48ea7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -318,7 +318,7 @@ jobs:
- name: Download Onedir Tarball as an Artifact
uses: actions/download-artifact@v3
with:
name: ${{ inputs.package-name }}-${{ inputs.salt-version }}-onedir-darwin-${{ matrix.arch }}.tar.xz
name: ${{ inputs.package-name }}-${{ inputs.salt-version }}-onedir-darwin-${{ matrix.arch == 'arm64' && 'aarch64' || matrix.arch }}.tar.xz
path: artifacts/
- name: Install System Dependencies