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

[3006.x] Adjust the architecture for the onedir artifact
This commit is contained in:
David Murphy 2023-12-04 12:25:20 -07:00 committed by GitHub
commit 5f80bd9f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -461,7 +461,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