chore: Use explicit ./artifacts path in release workflow
Some checks failed
CI / Test on Linux (push) Has been cancelled
CI / Test on Linux-1 (push) Has been cancelled
CI / Test on macOS (push) Has been cancelled
CI / Test on macOS-1 (push) Has been cancelled

This commit is contained in:
Shibo Lyu 2025-10-23 20:46:37 +08:00
parent b84662843b
commit 37194f5d29

View file

@ -49,11 +49,11 @@ jobs:
- name: Create artifact bundles
run: |
echo "Creating artifact bundles for TailwindCSS ${{ inputs.tailwind_version }}..."
mkdir -p artifacts
mkdir -p ./artifacts
.build/release/TailwindCSSCLIArtifactBundler \
--version "${{ inputs.tailwind_version }}" \
--work-dir "${{ runner.temp }}/tailwindcss-bundles" \
--output-dir artifacts
--output-dir ./artifacts
- name: List generated artifacts
run: |