ci: upload Apple artifacts to workflow (#8740)

Makes it easier to test PRs prior to merging.
This commit is contained in:
Thomas Eizinger
2025-04-10 18:22:40 +10:00
committed by GitHub
parent 25267b18c8
commit 30c3ff15d5

View File

@@ -103,6 +103,12 @@ jobs:
API_KEY_ID: "${{ secrets.APPLE_APP_STORE_CONNECT_API_KEY_ID }}"
API_KEY: "${{ secrets.APPLE_APP_STORE_CONNECT_API_KEY }}"
TEMP_DIR: "${{ runner.temp }}"
- name: Upload package artifacts
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: ${{ matrix.artifact-file }}
path: |
"${{ runner.temp }}/${{ matrix.artifact-file }}"
- run: ${{ matrix.upload-script }}
if: "${{ github.event_name == 'workflow_dispatch' }}"
env: