fix(ci): Correct syntax error in release workflow

This commit is contained in:
2025-07-23 00:24:37 +02:00
parent a80d91c14a
commit d32652ec2a

View File

@@ -105,10 +105,12 @@ jobs:
- name: Build component
run: echo "Skipping build for now: ${{ matrix.build-command }}"
- name: Upload artifacts
- name: Create Placeholder Artifact
run: |
mkdir -p ${{ matrix.artifact-path }}
touch ${{ matrix.artifact-path }}/placeholder.txt
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.component }}-${{ github.sha }}