This commit is contained in:
Johannes Lorenz
2025-03-22 17:02:31 +01:00
parent 884474b6e3
commit 07c8209e65

View File

@@ -19,6 +19,8 @@ jobs:
name: help-linux-${{ matrix.config.arch }}
runs-on: ${{ matrix.config.runner }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Extract artifact
uses: ./.github/actions/extract-artifact
with:
@@ -40,6 +42,8 @@ jobs:
name: help-macos-${{ matrix.config.arch }}
runs-on: ${{ matrix.config.runner }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Extract artifact
uses: ./.github/actions/extract-artifact
with: