mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
ci: upload Apple artifacts to workflow (#8740)
Makes it easier to test PRs prior to merging.
This commit is contained in:
6
.github/workflows/_swift.yml
vendored
6
.github/workflows/_swift.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user